Html Css Color HEX #708896 Bermuda Grey

📋 copy color: '#708896'

red 112 ◦ green 136 ◦ blue 150

#708896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #708896

Tints of Bermuda Grey #708896

RGB

 RED value IS 112 (44.14% from 255) = 28.14%

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 28.14%
G = 34.17%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#708896 (or 0x708896) is known color: Bermuda Grey. HEX triplet: 70, 88 and 96. RGB value is (112,136,150). Sum of RGB (Red+Green+Blue) = 112+136+150=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #708896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708896 is #8F7769. Grayscale: #828282. Windows color (decimal): -9402218 or 9865328. OLE color: 9865328.

HSL color Cylindrical-coordinate representation of color #708896: hue angle of 202.11º 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 #708896 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 136 150 -
CMYK 0.25 0.09 0 0.41
HSL 202.11º 0.15% 0.51% -
HSV(B) 202.11º 0.25% 0.59% -
XYZ 20.99 23.26 32.24 -
YUV 130.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 112 136 150 0.25 0.09 0 0.41 202.11 0.15 0.51
Hex 70 88 96 19 9 0 29 CA F 33
Octal 160 210 226 31 11 0 51 312 17 63
Binary 1110000 10001000 10010110 11001 1001 0 101001 11001010 1111 110011

Color Harmonies of #708896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708896

Black with #708896

Text Example


Text Example

White with #708896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708896; }

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

 H1.HeaderClassName
 {
   color: #708896;
 }
 .AnyTagClassName
 {
   color: #708896;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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