#79959F

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

Shades of Bermuda Grey #79959F

Tints of Bermuda Grey #79959F

Color information

#79959F (or 0x79959F) is unknown color: approx Bermuda Grey. HEX triplet: 79, 95 and 9F. RGB value is (121,149,159). Sum of RGB (Red+Green+Blue) = 121+149+159=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #79959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79959F is #866A60. Grayscale: #8D8D8D. Windows color (decimal): -8809057 or 10458489. OLE color: 10458489.

HSL color Cylindrical-coordinate representation of color #79959F: hue angle of 195.79º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79959F is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121149159-
CMYK0.240.0600.38
HSL195.79º16.52%54.9%-
HSV(B)195.79º23.9%62.35%-
XYZ24.8928.0636.91-
YUV141.77137.72113.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=28.21%
G=34.73%
B=37.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211491590.240.0600.38195.7916.5254.9
Hex79959F186026c41137
Octal1712252373060463042167
Binary111100110010101100111111100011001001101100010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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