#708DAB

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

Shades of Bermuda Grey #708DAB

Tints of Bermuda Grey #708DAB

Color information

#708DAB (or 0x708DAB) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8D and AB. RGB value is (112,141,171). Sum of RGB (Red+Green+Blue) = 112+141+171=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #708DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAB is #8F7254. Grayscale: #878787. Windows color (decimal): -9400917 or 11242864. OLE color: 11242864.

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

Color convert

RGB112141171-
CMYK0.350.1800.33
HSL210.51º25.99%55.49%-
HSV(B)210.51º34.5%67.06%-
XYZ23.5625.4342.2-
YUV135.75147.89111.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=26.42%
G=33.25%
B=40.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121411710.350.1800.33210.5125.9955.49
Hex708DAB2312021d31a37
Octal16021525343220413233267
Binary111000010001101101010111000111001001000011101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,171); }

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

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

 a { background-color: rgb(112,141,171); }

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

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

 span { border-color: rgb(112,141,171); }

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