Html Css Color HEX #708796 Bermuda Grey

📋 copy color: '#708796'

red 112 ◦ green 135 ◦ blue 150

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

Shades of Bermuda Grey #708796

Tints of Bermuda Grey #708796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

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

R = 28.21%
G = 34.01%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#708796 (or 0x708796) is known color: Bermuda Grey. HEX triplet: 70, 87 and 96. RGB value is (112,135,150). Sum of RGB (Red+Green+Blue) = 112+135+150=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #708796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708796 is #8F7869. Grayscale: #818181. Windows color (decimal): -9402474 or 9865072. OLE color: 9865072.

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

Color convert

RGB 112 135 150 -
CMYK 0.25 0.1 0 0.41
HSL 203.68º 0.15% 0.51% -
HSV(B) 203.68º 0.25% 0.59% -
XYZ 20.85 22.97 32.19 -
YUV 129.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 112 135 150 0.25 0.1 0 0.41 203.68 0.15 0.51
Hex 70 87 96 19 A 0 29 CC F 33
Octal 160 207 226 31 12 0 51 314 17 63
Binary 1110000 10000111 10010110 11001 1010 0 101001 11001100 1111 110011

Color Harmonies of #708796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708796

Black with #708796

Text Example


Text Example

White with #708796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708796; }

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

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

background-color css

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

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

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

border-color css

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

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

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