Html Css Color HEX #708996 Bermuda Grey

📋 copy color: '#708996'

red 112 ◦ green 137 ◦ blue 150

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

Shades of Bermuda Grey #708996

Tints of Bermuda Grey #708996

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 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

#708996 (or 0x708996) is known color: 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

RGB 112 137 150 -
CMYK 0.25 0.09 0 0.41
HSL 200.53º 0.15% 0.51% -
HSV(B) 200.53º 0.25% 0.59% -
XYZ 21.13 23.54 32.28 -
YUV 131.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 112 137 150 0.25 0.09 0 0.41 200.53 0.15 0.51
Hex 70 89 96 19 9 0 29 C9 F 33
Octal 160 211 226 31 11 0 51 311 17 63
Binary 1110000 10001001 10010110 11001 1001 0 101001 11001001 1111 110011

Color Harmonies of #708996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708996

Black with #708996

Text Example


Text Example

White with #708996

Text Example


Text Example

HTML Codes & Css Web 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>