#79727B

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

Shades of Rum #79727B

Tints of Rum #79727B

Color information

#79727B (or 0x79727B) is unknown color: approx Rum. HEX triplet: 79, 72 and 7B. RGB value is (121,114,123). Sum of RGB (Red+Green+Blue) = 121+114+123=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #79727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79727B is #868D84. Grayscale: #757575. Windows color (decimal): -8818053 or 8090233. OLE color: 8090233.

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

Color convert

RGB121114123-
CMYK0.020.0700.52
HSL286.67º3.8%46.47%-
HSV(B)286.67º7.32%48.24%-
XYZ17.4817.5321.2-
YUV117.12131.32130.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=33.80%
G=31.84%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211141230.020.0700.52286.673.846.47
Hex79727B2703411f42e
Octal17116217327064437456
Binary111100111100101111011101110110100100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79727B; }

 p { color: rgb(121,114,123); }

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

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

 a { background-color: rgb(121,114,123); }

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

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

 span { border-color: rgb(121,114,123); }

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