Html Css Color HEX #708794 Bermuda Grey

📋 copy color: '#708794'

red 112 ◦ green 135 ◦ blue 148

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

Shades of Bermuda Grey #708794

Tints of Bermuda Grey #708794

RGB

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

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

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

R = 28.35%
G = 34.18%
B = 37.47%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708794 (or 0x708794) is known color: Bermuda Grey. HEX triplet: 70, 87 and 94. RGB value is (112,135,148). Sum of RGB (Red+Green+Blue) = 112+135+148=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #708794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708794 is #8F786B. Grayscale: #818181. Windows color (decimal): -9402476 or 9734000. OLE color: 9734000.

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

Color convert

RGB 112 135 148 -
CMYK 0.24 0.09 0 0.42
HSL 201.67º 0.14% 0.51% -
HSV(B) 201.67º 0.24% 0.58% -
XYZ 20.69 22.91 31.35 -
YUV 129.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 112 135 148 0.24 0.09 0 0.42 201.67 0.14 0.51
Hex 70 87 94 18 9 0 2A CA E 33
Octal 160 207 224 30 11 0 52 312 16 63
Binary 1110000 10000111 10010100 11000 1001 0 101010 11001010 1110 110011

Color Harmonies of #708794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708794

Black with #708794

Text Example


Text Example

White with #708794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708794; }

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

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

background-color css

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

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

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

border-color css

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

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

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