#79757A

Color #79757A Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #79757A

Tints of Rum #79757A

Color information

#79757A (or 0x79757A) is unknown color: approx Rum. HEX triplet: 79, 75 and 7A. RGB value is (121,117,122). Sum of RGB (Red+Green+Blue) = 121+117+122=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 122 - color contains mainly: blue. Hex color #79757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79757A is #868A85. Grayscale: #767676. Windows color (decimal): -8817286 or 8025465. OLE color: 8025465.

HSL color Cylindrical-coordinate representation of color #79757A: hue angle of 288º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #79757A is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121117122-
CMYK0.010.0400.52
HSL288º2.09%46.86%-
HSV(B)288º4.1%47.84%-
XYZ17.7618.1920.99-
YUV118.77129.83129.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=33.61%
G=32.5%
B=33.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211171220.010.0400.522882.0946.86
Hex79757A1403412022f
Octal17116517214064440257
Binary1111001111010111110101100011010010010000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79757A; }

 p { color: rgb(121,117,122); }

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

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

 a { background-color: rgb(121,117,122); }

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

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

 span { border-color: rgb(121,117,122); }

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