#708EAE

Color #708EAE Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #708EAE

Tints of Bermuda Grey #708EAE

Color information

#708EAE (or 0x708EAE) is unknown color: approx 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

RGB112142174-
CMYK0.360.1800.32
HSL210.97º27.68%56.08%-
HSV(B)210.97º35.63%68.24%-
XYZ2425.8543.77-
YUV136.68149.06110.4-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121421740.360.1800.32210.9727.6856.08
Hex708EAE2412020d31c38
Octal16021625644220403233470
Binary111000010001110101011101001001001001000001101001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>