#708C9A

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

Shades of Bermuda Grey #708C9A

Tints of Bermuda Grey #708C9A

Color information

#708C9A (or 0x708C9A) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8C and 9A. RGB value is (112,140,154). Sum of RGB (Red+Green+Blue) = 112+140+154=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #708C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9A is #8F7365. Grayscale: #858585. Windows color (decimal): -9401190 or 10128496. OLE color: 10128496.

HSL color Cylindrical-coordinate representation of color #708C9A: hue angle of 200º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708C9A is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112140154-
CMYK0.270.0900.40
HSL200º17.21%52.16%-
HSV(B)200º27.27%60.39%-
XYZ21.8924.5334.15-
YUV133.22139.72112.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121401540.270.0900.4020017.2152.16
Hex708C9A1B9028c81134
Octal16021423233110503102164
Binary1110000100011001001101011011100101010001100100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,140,154); }

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

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

 a { background-color: rgb(112,140,154); }

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

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

 span { border-color: rgb(112,140,154); }

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