Html Css Color HEX #708894 Bermuda Grey

📋 copy color: '#708894'

red 112 ◦ green 136 ◦ blue 148

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

Shades of Bermuda Grey #708894

Tints of Bermuda Grey #708894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 28.28%
G = 34.34%
B = 37.37%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708894 (or 0x708894) is known color: Bermuda Grey. HEX triplet: 70, 88 and 94. RGB value is (112,136,148). Sum of RGB (Red+Green+Blue) = 112+136+148=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #708894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708894 is #8F776B. Grayscale: #828282. Windows color (decimal): -9402220 or 9734256. OLE color: 9734256.

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

Color convert

RGB 112 136 148 -
CMYK 0.24 0.08 0 0.42
HSL 200º 0.14% 0.51% -
HSV(B) 200º 0.24% 0.58% -
XYZ 20.83 23.19 31.4 -
YUV 130.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 112 136 148 0.24 0.08 0 0.42 200 0.14 0.51
Hex 70 88 94 18 8 0 2A C8 E 33
Octal 160 210 224 30 10 0 52 310 16 63
Binary 1110000 10001000 10010100 11000 1000 0 101010 11001000 1110 110011

Color Harmonies of #708894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708894

Black with #708894

Text Example


Text Example

White with #708894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708894; }

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

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

background-color css

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

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

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

border-color css

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

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

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