#766879

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

Shades of Rum #766879

Tints of Rum #766879

Color information

#766879 (or 0x766879) is unknown color: approx Rum. HEX triplet: 76, 68 and 79. RGB value is (118,104,121). Sum of RGB (Red+Green+Blue) = 118+104+121=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 121 - color contains mainly: blue. Hex color #766879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766879 is #899786. Grayscale: #6E6E6E. Windows color (decimal): -9017223 or 7956598. OLE color: 7956598.

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

Color convert

RGB118104121-
CMYK0.020.1400.53
HSL289.41º7.56%44.12%-
HSV(B)289.41º14.05%47.45%-
XYZ15.8715.1320.17-
YUV110.12134.14133.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=34.40%
G=30.32%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181041210.020.1400.53289.417.5644.12
Hex7668792E03512182c
Octal1661501712160654411054
Binary11101101101000111100110111001101011001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766879; }

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

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

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

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

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

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

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

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