#708E9D

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

Shades of Bermuda Grey #708E9D

Tints of Bermuda Grey #708E9D

Color information

#708E9D (or 0x708E9D) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8E and 9D. RGB value is (112,142,157). Sum of RGB (Red+Green+Blue) = 112+142+157=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #708E9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E9D is #8F7162. Grayscale: #868686. Windows color (decimal): -9400675 or 10325616. OLE color: 10325616.

HSL color Cylindrical-coordinate representation of color #708E9D: hue angle of 200º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708E9D is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112142157-
CMYK0.290.1000.38
HSL200º18.67%52.75%-
HSV(B)200º28.66%61.57%-
XYZ22.4425.2335.58-
YUV134.74140.56111.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=27.25%
G=34.55%
B=38.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121421570.290.1000.3820018.6752.75
Hex708E9D1DA026c81335
Octal16021623535120463102365
Binary1110000100011101001110111101101001001101100100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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