Html Css Color HEX #708EAE Bermuda Grey

📋 copy color: '#708EAE'

red 112 ◦ green 142 ◦ blue 174

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

Shades of Bermuda Grey #708EAE

Tints of Bermuda Grey #708EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 26.17%
G = 33.18%
B = 40.65%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#708EAE (or 0x708EAE) is known color: Bermuda Grey. HEX triplet: 70, 8E and AE. RGB value is (112,142,174). Sum of RGB (Red+Green+Blue) = 112+142+174=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #708EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EAE is #8F7151. Grayscale: #888888. Windows color (decimal): -9400658 or 11439728. OLE color: 11439728.

HSL color Cylindrical-coordinate representation of color #708EAE: hue angle of 210.97º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708EAE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 142 174 -
CMYK 0.36 0.18 0 0.32
HSL 210.97º 0.28% 0.56% -
HSV(B) 210.97º 0.36% 0.68% -
XYZ 24 25.85 43.77 -
YUV 136.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 112 142 174 0.36 0.18 0 0.32 210.97 0.28 0.56
Hex 70 8E AE 24 12 0 20 D3 1C 38
Octal 160 216 256 44 22 0 40 323 34 70
Binary 1110000 10001110 10101110 100100 10010 0 100000 11010011 11100 111000

Color Harmonies of #708EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EAE

Black with #708EAE

Text Example


Text Example

White with #708EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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