#708C9D

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

Shades of Bermuda Grey #708C9D

Tints of Bermuda Grey #708C9D

Color information

#708C9D (or 0x708C9D) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8C and 9D. RGB value is (112,140,157). Sum of RGB (Red+Green+Blue) = 112+140+157=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #708C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9D is #8F7362. Grayscale: #858585. Windows color (decimal): -9401187 or 10325104. OLE color: 10325104.

HSL color Cylindrical-coordinate representation of color #708C9D: hue angle of 202.67º 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 #708C9D is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112140157-
CMYK0.290.1100.38
HSL202.67º18.67%52.75%-
HSV(B)202.67º28.66%61.57%-
XYZ22.1524.6435.49-
YUV133.57141.22112.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=27.38%
G=34.23%
B=38.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121401570.290.1100.38202.6718.6752.75
Hex708C9D1DB026cb1335
Octal16021423535130463132365
Binary1110000100011001001110111101101101001101100101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,140,157); }

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

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

 a { background-color: rgb(112,140,157); }

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

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

 span { border-color: rgb(112,140,157); }

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