#708996

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

Shades of Bermuda Grey #708996

Tints of Bermuda Grey #708996

Color information

#708996 (or 0x708996) is unknown color: approx Bermuda Grey. HEX triplet: 70, 89 and 96. RGB value is (112,137,150). Sum of RGB (Red+Green+Blue) = 112+137+150=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #708996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708996 is #8F7669. Grayscale: #828282. Windows color (decimal): -9401962 or 9865584. OLE color: 9865584.

HSL color Cylindrical-coordinate representation of color #708996: hue angle of 200.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708996 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112137150-
CMYK0.250.0900.41
HSL200.53º15.32%51.37%-
HSV(B)200.53º25.33%58.82%-
XYZ21.1323.5432.28-
YUV131.01138.72114.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=28.07%
G=34.34%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121371500.250.0900.41200.5315.3251.37
Hex708996199029c9f33
Octal16021122631110513111763
Binary111000010001001100101101100110010101001110010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708996; }

 p { color: rgb(112,137,150); }

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

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

 a { background-color: rgb(112,137,150); }

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

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

 span { border-color: rgb(112,137,150); }

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