#708FA4

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

Shades of Bermuda Grey #708FA4

Tints of Bermuda Grey #708FA4

Color information

#708FA4 (or 0x708FA4) is unknown color: approx Bermuda Grey. HEX triplet: 70, 8F and A4. RGB value is (112,143,164). Sum of RGB (Red+Green+Blue) = 112+143+164=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #708FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FA4 is #8F705B. Grayscale: #888888. Windows color (decimal): -9400412 or 10784624. OLE color: 10784624.

HSL color Cylindrical-coordinate representation of color #708FA4: hue angle of 204.23º 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 #708FA4 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112143164-
CMYK0.320.1300.36
HSL204.23º22.22%54.12%-
HSV(B)204.23º31.71%64.31%-
XYZ23.2125.7738.87-
YUV136.12143.73110.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=26.73%
G=34.13%
B=39.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121431640.320.1300.36204.2322.2254.12
Hex708FA420D024cc1636
Octal16021724440150443142666
Binary11100001000111110100100100000110101001001100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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