Html Css Color HEX #708897 Bermuda Grey

📋 copy color: '#708897'

red 112 ◦ green 136 ◦ blue 151

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

Shades of Bermuda Grey #708897

Tints of Bermuda Grey #708897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 28.07%
G = 34.09%
B = 37.84%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#708897 (or 0x708897) is known color: Bermuda Grey. HEX triplet: 70, 88 and 97. RGB value is (112,136,151). Sum of RGB (Red+Green+Blue) = 112+136+151=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #708897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708897 is #8F7768. Grayscale: #828282. Windows color (decimal): -9402217 or 9930864. OLE color: 9930864.

HSL color Cylindrical-coordinate representation of color #708897: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708897 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 136 151 -
CMYK 0.26 0.10 0 0.41
HSL 203.08º 0.16% 0.52% -
HSV(B) 203.08º 0.26% 0.59% -
XYZ 21.07 23.29 32.66 -
YUV 130.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 112 136 151 0.26 0.10 0 0.41 203.08 0.16 0.52
Hex 70 88 97 1A A 0 29 CB 10 34
Octal 160 210 227 32 12 0 51 313 20 64
Binary 1110000 10001000 10010111 11010 1010 0 101001 11001011 10000 110100

Color Harmonies of #708897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708897

Black with #708897

Text Example


Text Example

White with #708897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708897; }

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

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

background-color css

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

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

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

border-color css

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

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

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