Html Css Color HEX #708895 Bermuda Grey

📋 copy color: '#708895'

red 112 ◦ green 136 ◦ blue 149

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

Shades of Bermuda Grey #708895

Tints of Bermuda Grey #708895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 28.21%
G = 34.26%
B = 37.53%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708895 (or 0x708895) is known color: Bermuda Grey. HEX triplet: 70, 88 and 95. RGB value is (112,136,149). Sum of RGB (Red+Green+Blue) = 112+136+149=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #708895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708895 is #8F776A. Grayscale: #828282. Windows color (decimal): -9402219 or 9799792. OLE color: 9799792.

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

Color convert

RGB 112 136 149 -
CMYK 0.25 0.09 0 0.42
HSL 201.08º 0.15% 0.51% -
HSV(B) 201.08º 0.25% 0.58% -
XYZ 20.91 23.22 31.81 -
YUV 130.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 112 136 149 0.25 0.09 0 0.42 201.08 0.15 0.51
Hex 70 88 95 19 9 0 2A C9 F 33
Octal 160 210 225 31 11 0 52 311 17 63
Binary 1110000 10001000 10010101 11001 1001 0 101010 11001001 1111 110011

Color Harmonies of #708895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708895

Black with #708895

Text Example


Text Example

White with #708895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708895; }

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

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

background-color css

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

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

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

border-color css

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

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

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