#708C9B

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

Shades of Bermuda Grey #708C9B

Tints of Bermuda Grey #708C9B

Color information

#708C9B (or 0x708C9B) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8C and 9B. RGB value is (112,140,155). Sum of RGB (Red+Green+Blue) = 112+140+155=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #708C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9B is #8F7364. Grayscale: #858585. Windows color (decimal): -9401189 or 10194032. OLE color: 10194032.

HSL color Cylindrical-coordinate representation of color #708C9B: hue angle of 200.93º 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 #708C9B is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB112140155-
CMYK0.280.1000.39
HSL200.93º17.7%52.35%-
HSV(B)200.93º27.74%60.78%-
XYZ21.9824.5734.59-
YUV133.34140.22112.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=27.52%
G=34.40%
B=38.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121401550.280.1000.39200.9317.752.35
Hex708C9B1CA027c91234
Octal16021423334120473112264
Binary1110000100011001001101111100101001001111100100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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