#708EA6

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

Shades of Bermuda Grey #708EA6

Tints of Bermuda Grey #708EA6

Color information

#708EA6 (or 0x708EA6) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8E and A6. RGB value is (112,142,166). Sum of RGB (Red+Green+Blue) = 112+142+166=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: blue. Hex color #708EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708EA6 is #8F7159. Grayscale: #878787. Windows color (decimal): -9400666 or 10915440. OLE color: 10915440.

HSL color Cylindrical-coordinate representation of color #708EA6: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708EA6 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112142166-
CMYK0.330.1400.35
HSL206.67º23.28%54.51%-
HSV(B)206.67º32.53%65.1%-
XYZ23.2425.5439.78-
YUV135.77145.06111.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=26.67%
G=33.81%
B=39.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121421660.330.1400.35206.6723.2854.51
Hex708EA621E023cf1737
Octal16021624641160433172767
Binary11100001000111010100110100001111001000111100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #708EA6;
 }
 .AnyTagClassName
 {
   color: #708EA6;
 }
</style>
background-color css

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

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

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

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

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

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