#79959C

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

Shades of Bermuda Grey #79959C

Tints of Bermuda Grey #79959C

Color information

#79959C (or 0x79959C) is unknown color: approx Bermuda Grey. HEX triplet: 79, 95 and 9C. RGB value is (121,149,156). Sum of RGB (Red+Green+Blue) = 121+149+156=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #79959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79959C is #866A63. Grayscale: #8D8D8D. Windows color (decimal): -8809060 or 10261881. OLE color: 10261881.

HSL color Cylindrical-coordinate representation of color #79959C: hue angle of 192º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79959C is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121149156-
CMYK0.220.0400.39
HSL192º15.02%54.31%-
HSV(B)192º22.44%61.18%-
XYZ24.6327.9635.55-
YUV141.43136.22113.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=28.40%
G=34.98%
B=36.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211491560.220.0400.3919215.0254.31
Hex79959C164027c0f36
Octal1712252342640473001766
Binary11110011001010110011100101101000100111110000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79959C; }

 p { color: rgb(121,149,156); }

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

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

 a { background-color: rgb(121,149,156); }

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

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

 span { border-color: rgb(121,149,156); }

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