#766E79

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

Shades of Rum #766E79

Tints of Rum #766E79

Color information

#766E79 (or 0x766E79) is unknown color: approx Rum. HEX triplet: 76, 6E and 79. RGB value is (118,110,121). Sum of RGB (Red+Green+Blue) = 118+110+121=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: blue. Hex color #766E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E79 is #899186. Grayscale: #717171. Windows color (decimal): -9015687 or 7958134. OLE color: 7958134.

HSL color Cylindrical-coordinate representation of color #766E79: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766E79 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118110121-
CMYK0.020.0900.53
HSL283.64º4.76%45.29%-
HSV(B)283.64º9.09%47.45%-
XYZ16.516.3820.38-
YUV113.65132.15131.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=33.81%
G=31.52%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181101210.020.0900.53283.644.7645.29
Hex766E792903511c52d
Octal166156171211065434555
Binary1110110110111011110011010010110101100011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E79; }

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

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

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

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

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

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

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

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