#766979

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

Shades of Rum #766979

Tints of Rum #766979

Color information

#766979 (or 0x766979) is unknown color: approx Rum. HEX triplet: 76, 69 and 79. RGB value is (118,105,121). Sum of RGB (Red+Green+Blue) = 118+105+121=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #766979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766979 is #899686. Grayscale: #6E6E6E. Windows color (decimal): -9016967 or 7956854. OLE color: 7956854.

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

Color convert

RGB118105121-
CMYK0.020.1300.53
HSL288.75º7.08%44.31%-
HSV(B)288.75º13.22%47.45%-
XYZ15.9715.3420.21-
YUV110.71133.81133.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=34.30%
G=30.52%
B=35.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181051210.020.1300.53288.757.0844.31
Hex7669792D03512172c
Octal166151171215065441754
Binary1110110110100111110011011010110101100100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766979; }

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

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

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

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

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

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

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

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