#708795

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

Shades of Bermuda Grey #708795

Tints of Bermuda Grey #708795

Color information

#708795 (or 0x708795) is unknown color: approx Bermuda Grey. HEX triplet: 70, 87 and 95. RGB value is (112,135,149). Sum of RGB (Red+Green+Blue) = 112+135+149=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #708795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708795 is #8F786A. Grayscale: #818181. Windows color (decimal): -9402475 or 9799536. OLE color: 9799536.

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

Color convert

RGB112135149-
CMYK0.250.0900.42
HSL202.7º14.86%51.18%-
HSV(B)202.7º24.83%58.43%-
XYZ20.7722.9431.77-
YUV129.72138.88115.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=28.28%
G=34.09%
B=37.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121351490.250.0900.42202.714.8651.18
Hex70879519902Acbf33
Octal16020722531110523131763
Binary111000010000111100101011100110010101010110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708795; }

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

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

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

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

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

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

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

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