Html Css Color HEX #708E99 Bermuda Grey

📋 copy color: '#708E99'

red 112 ◦ green 142 ◦ blue 153

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

Shades of Bermuda Grey #708E99

Tints of Bermuda Grey #708E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 27.52%
G = 34.89%
B = 37.59%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#708E99 (or 0x708E99) is known color: Bermuda Grey. HEX triplet: 70, 8E and 99. RGB value is (112,142,153). Sum of RGB (Red+Green+Blue) = 112+142+153=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #708E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E99 is #8F7166. Grayscale: #868686. Windows color (decimal): -9400679 or 10063472. OLE color: 10063472.

HSL color Cylindrical-coordinate representation of color #708E99: hue angle of 196.1º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708E99 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 142 153 -
CMYK 0.27 0.07 0 0.4
HSL 196.1º 0.17% 0.52% -
HSV(B) 196.1º 0.27% 0.6% -
XYZ 22.1 25.09 33.81 -
YUV 134.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 112 142 153 0.27 0.07 0 0.4 196.1 0.17 0.52
Hex 70 8E 99 1B 7 0 28 C4 11 34
Octal 160 216 231 33 7 0 50 304 21 64
Binary 1110000 10001110 10011001 11011 111 0 101000 11000100 10001 110100

Color Harmonies of #708E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E99

Black with #708E99

Text Example


Text Example

White with #708E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708E99; }

 p { color: rgb(112,142,153); }

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

background-color css

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

 a { background-color: rgb(112,142,153); }

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

border-color css

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

 span { border-color: rgb(112,142,153); }

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