Html Css Color HEX #708795 Bermuda Grey

📋 copy color: '#708795'

red 112 ◦ green 135 ◦ blue 149

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

Shades of Bermuda Grey #708795

Tints of Bermuda Grey #708795

RGB

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

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

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

R = 28.28%
G = 34.09%
B = 37.63%

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

#708795 (or 0x708795) is known color: Bermuda Grey. HEX triplet: 70, 87 and 95. RGB value is (112,135,149). Sum of RGB (Red+Green+Blue) = 112+135+149=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #708795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708795 is #8F786A. Grayscale: #818181. Windows color (decimal): -9402475 or 9799536. OLE color: 9799536.

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

Color convert

RGB 112 135 149 -
CMYK 0.25 0.09 0 0.42
HSL 202.7º 0.15% 0.51% -
HSV(B) 202.7º 0.25% 0.58% -
XYZ 20.77 22.94 31.77 -
YUV 129.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 112 135 149 0.25 0.09 0 0.42 202.7 0.15 0.51
Hex 70 87 95 19 9 0 2A CB F 33
Octal 160 207 225 31 11 0 52 313 17 63
Binary 1110000 10000111 10010101 11001 1001 0 101010 11001011 1111 110011

Color Harmonies of #708795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708795

Black with #708795

Text Example


Text Example

White with #708795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708795; }

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

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

background-color css

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

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

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

border-color css

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

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

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