#708DA4

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

Shades of Bermuda Grey #708DA4

Tints of Bermuda Grey #708DA4

Color information

#708DA4 (or 0x708DA4) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8D and A4. RGB value is (112,141,164). Sum of RGB (Red+Green+Blue) = 112+141+164=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #708DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DA4 is #8F725B. Grayscale: #868686. Windows color (decimal): -9400924 or 10784112. OLE color: 10784112.

HSL color Cylindrical-coordinate representation of color #708DA4: hue angle of 206.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708DA4 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112141164-
CMYK0.320.1400.36
HSL206.54º22.22%54.12%-
HSV(B)206.54º31.71%64.31%-
XYZ22.9125.1738.77-
YUV134.95144.39111.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=26.86%
G=33.81%
B=39.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121411640.320.1400.36206.5422.2254.12
Hex708DA420E024cf1636
Octal16021524440160443172666
Binary11100001000110110100100100000111001001001100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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