#708899

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

Shades of Bermuda Grey #708899

Tints of Bermuda Grey #708899

Color information

#708899 (or 0x708899) is unknown color: approx Bermuda Grey. HEX triplet: 70, 88 and 99. RGB value is (112,136,153). Sum of RGB (Red+Green+Blue) = 112+136+153=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #708899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708899 is #8F7766. Grayscale: #828282. Windows color (decimal): -9402215 or 10061936. OLE color: 10061936.

HSL color Cylindrical-coordinate representation of color #708899: hue angle of 204.88º 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 #708899 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112136153-
CMYK0.270.1100.4
HSL204.88º16.73%51.96%-
HSV(B)204.88º26.8%60%-
XYZ21.2423.3533.53-
YUV130.76140.55114.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=27.93%
G=33.92%
B=38.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121361530.270.1100.4204.8816.7351.96
Hex7088991BB028cd1134
Octal16021023133130503152164
Binary1110000100010001001100111011101101010001100110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708899; }

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

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

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

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

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

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

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

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