#766679

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

Shades of Rum #766679

Tints of Rum #766679

Color information

#766679 (or 0x766679) is unknown color: approx Rum. HEX triplet: 76, 66 and 79. RGB value is (118,102,121). Sum of RGB (Red+Green+Blue) = 118+102+121=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #766679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766679 is #899986. Grayscale: #6C6C6C. Windows color (decimal): -9017735 or 7956086. OLE color: 7956086.

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

Color convert

RGB118102121-
CMYK0.020.1600.53
HSL290.53º8.52%43.73%-
HSV(B)290.53º15.7%47.45%-
XYZ15.6714.7320.11-
YUV108.95134.8134.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=34.60%
G=29.91%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181021210.020.1600.53290.538.5243.73
Hex76667921003512392c
Octal1661461712200654431154
Binary111011011001101111001101000001101011001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766679; }

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

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

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

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

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

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

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

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