#708CAA

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

Shades of Bermuda Grey #708CAA

Tints of Bermuda Grey #708CAA

Color information

#708CAA (or 0x708CAA) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8C and AA. RGB value is (112,140,170). Sum of RGB (Red+Green+Blue) = 112+140+170=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #708CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CAA is #8F7355. Grayscale: #868686. Windows color (decimal): -9401174 or 11177072. OLE color: 11177072.

HSL color Cylindrical-coordinate representation of color #708CAA: hue angle of 211.03º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708CAA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112140170-
CMYK0.340.1800.33
HSL211.03º25.44%55.29%-
HSV(B)211.03º34.12%66.67%-
XYZ23.3225.141.65-
YUV135.05147.72111.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=26.54%
G=33.18%
B=40.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121401700.340.1800.33211.0325.4455.29
Hex708CAA2212021d31937
Octal16021425242220413233167
Binary111000010001100101010101000101001001000011101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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