#708794

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

Shades of Bermuda Grey #708794

Tints of Bermuda Grey #708794

Color information

#708794 (or 0x708794) is unknown color: approx Bermuda Grey. HEX triplet: 70, 87 and 94. RGB value is (112,135,148). Sum of RGB (Red+Green+Blue) = 112+135+148=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 148 - color contains mainly: blue. Hex color #708794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708794 is #8F786B. Grayscale: #818181. Windows color (decimal): -9402476 or 9734000. OLE color: 9734000.

HSL color Cylindrical-coordinate representation of color #708794: hue angle of 201.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708794 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112135148-
CMYK0.240.0900.42
HSL201.67º14.4%50.98%-
HSV(B)201.67º24.32%58.04%-
XYZ20.6922.9131.35-
YUV129.6138.38115.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=28.35%
G=34.18%
B=37.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121351480.240.0900.42201.6714.450.98
Hex70879418902Acae33
Octal16020722430110523121663
Binary111000010000111100101001100010010101010110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708794; }

 p { color: rgb(112,135,148); }

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

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

 a { background-color: rgb(112,135,148); }

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

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

 span { border-color: rgb(112,135,148); }

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