#708E9E

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

Shades of Bermuda Grey #708E9E

Tints of Bermuda Grey #708E9E

Color information

#708E9E (or 0x708E9E) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8E and 9E. RGB value is (112,142,158). Sum of RGB (Red+Green+Blue) = 112+142+158=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #708E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9E is #8F7161. Grayscale: #868686. Windows color (decimal): -9400674 or 10391152. OLE color: 10391152.

HSL color Cylindrical-coordinate representation of color #708E9E: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708E9E is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112142158-
CMYK0.290.1000.38
HSL200.87º19.17%52.94%-
HSV(B)200.87º29.11%61.96%-
XYZ22.5325.2636.04-
YUV134.85141.06111.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=27.18%
G=34.47%
B=38.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121421580.290.1000.38200.8719.1752.94
Hex708E9E1DA026c91335
Octal16021623635120463112365
Binary1110000100011101001111011101101001001101100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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