#708E9B

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

Shades of Bermuda Grey #708E9B

Tints of Bermuda Grey #708E9B

Color information

#708E9B (or 0x708E9B) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8E and 9B. RGB value is (112,142,155). Sum of RGB (Red+Green+Blue) = 112+142+155=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #708E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9B is #8F7164. Grayscale: #868686. Windows color (decimal): -9400677 or 10194544. OLE color: 10194544.

HSL color Cylindrical-coordinate representation of color #708E9B: hue angle of 198.14º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #708E9B is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112142155-
CMYK0.280.0800.39
HSL198.14º17.7%52.35%-
HSV(B)198.14º27.74%60.78%-
XYZ22.2725.1634.69-
YUV134.51139.56111.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=27.38%
G=34.72%
B=37.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121421550.280.0800.39198.1417.752.35
Hex708E9B1C8027c61234
Octal16021623334100473062264
Binary1110000100011101001101111100100001001111100011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708E9B; }

 p { color: rgb(112,142,155); }

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

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

 a { background-color: rgb(112,142,155); }

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

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

 span { border-color: rgb(112,142,155); }

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