Html Css Color HEX #708EAC Bermuda Grey

📋 copy color: '#708EAC'

red 112 ◦ green 142 ◦ blue 172

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

Shades of Bermuda Grey #708EAC

Tints of Bermuda Grey #708EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 26.29%
G = 33.33%
B = 40.38%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#708EAC (or 0x708EAC) is known color: Bermuda Grey. HEX triplet: 70, 8E and AC. RGB value is (112,142,172). Sum of RGB (Red+Green+Blue) = 112+142+172=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #708EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EAC is #8F7153. Grayscale: #888888. Windows color (decimal): -9400660 or 11308656. OLE color: 11308656.

HSL color Cylindrical-coordinate representation of color #708EAC: hue angle of 210º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708EAC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 142 172 -
CMYK 0.35 0.17 0 0.33
HSL 210º 0.27% 0.56% -
HSV(B) 210º 0.35% 0.67% -
XYZ 23.8 25.77 42.75 -
YUV 136.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 112 142 172 0.35 0.17 0 0.33 210 0.27 0.56
Hex 70 8E AC 23 11 0 21 D2 1B 38
Octal 160 216 254 43 21 0 41 322 33 70
Binary 1110000 10001110 10101100 100011 10001 0 100001 11010010 11011 111000

Color Harmonies of #708EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EAC

Black with #708EAC

Text Example


Text Example

White with #708EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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