#766179

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

Shades of Rum #766179

Tints of Rum #766179

Color information

#766179 (or 0x766179) is unknown color: approx Rum. HEX triplet: 76, 61 and 79. RGB value is (118,97,121). Sum of RGB (Red+Green+Blue) = 118+97+121=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #766179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766179 is #899E86. Grayscale: #696969. Windows color (decimal): -9019015 or 7954806. OLE color: 7954806.

HSL color Cylindrical-coordinate representation of color #766179: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766179 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11897121-
CMYK0.020.2000.53
HSL292.5º11.01%42.75%-
HSV(B)292.5º19.83%47.45%-
XYZ15.213.7819.95-
YUV106.02136.46136.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=35.12%
G=28.87%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118971210.020.2000.53292.511.0142.75
Hex766179214035124b2b
Octal1661411712240654441353
Binary111011011000011111001101010001101011001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766179; }

 p { color: rgb(118,97,121); }

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

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

 a { background-color: rgb(118,97,121); }

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

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

 span { border-color: rgb(118,97,121); }

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