#708BAA

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

Shades of Bermuda Grey #708BAA

Tints of Bermuda Grey #708BAA

Color information

#708BAA (or 0x708BAA) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8B and AA. RGB value is (112,139,170). Sum of RGB (Red+Green+Blue) = 112+139+170=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #708BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BAA is #8F7455. Grayscale: #868686. Windows color (decimal): -9401430 or 11176816. OLE color: 11176816.

HSL color Cylindrical-coordinate representation of color #708BAA: hue angle of 212.07º 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 #708BAA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112139170-
CMYK0.340.1800.33
HSL212.07º25.44%55.29%-
HSV(B)212.07º34.12%66.67%-
XYZ23.1724.8141.6-
YUV134.46148.05111.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=26.60%
G=33.02%
B=40.38%

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
Decimal1121391700.340.1800.33212.0725.4455.29
Hex708BAA2212021d41937
Octal16021325242220413243167
Binary111000010001011101010101000101001001000011101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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