#708799

Color #708799 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #708799

Tints of Bermuda Grey #708799

Color information

#708799 (or 0x708799) is unknown color: approx Bermuda Grey. HEX triplet: 70, 87 and 99. RGB value is (112,135,153). Sum of RGB (Red+Green+Blue) = 112+135+153=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #708799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708799 is #8F7866. Grayscale: #828282. Windows color (decimal): -9402471 or 10061680. OLE color: 10061680.

HSL color Cylindrical-coordinate representation of color #708799: hue angle of 206.34º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708799 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112135153-
CMYK0.270.1200.4
HSL206.34º16.73%51.96%-
HSV(B)206.34º26.8%60%-
XYZ21.123.0733.48-
YUV130.17140.88115.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=28%
G=33.75%
B=38.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121351530.270.1200.4206.3416.7351.96
Hex7087991BC028ce1134
Octal16020723133140503162164
Binary1110000100001111001100111011110001010001100111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708799; }

 p { color: rgb(112,135,153); }

 H1.HeaderClassName
 {
   color: #708799;
 }
 .AnyTagClassName
 {
   color: #708799;
 }
</style>
background-color css

<style>
 a { background-color: #708799; }

 a { background-color: rgb(112,135,153); }

 div.DivClassName
 {
   background-color: #708799;
 }
 .BgClassName
 {
   background-color: #708799;
 }
</style>
border-color css

<style>
 span { border-color: #708799; }

 span { border-color: rgb(112,135,153); }

 td.TdClassName
 {
   border-color: #708799;
 }
 .TagClassName
 {
   border-color: #708799;
 }
</style>