#756979

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

Shades of Rum #756979

Tints of Rum #756979

Color information

#756979 (or 0x756979) is unknown color: approx Rum. HEX triplet: 75, 69 and 79. RGB value is (117,105,121). Sum of RGB (Red+Green+Blue) = 117+105+121=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 105 (41.41% from 255 or 30.61% 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 #756979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756979 is #8A9686. Grayscale: #6E6E6E. Windows color (decimal): -9082503 or 7956853. OLE color: 7956853.

HSL color Cylindrical-coordinate representation of color #756979: hue angle of 285º 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 #756979 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB117105121-
CMYK0.030.1300.53
HSL285º7.08%44.31%-
HSV(B)285º13.22%47.45%-
XYZ15.8415.2720.2-
YUV110.41133.98132.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=34.11%
G=30.61%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171051210.030.1300.532857.0844.31
Hex7569793D03511d72c
Octal165151171315065435754
Binary1110101110100111110011111010110101100011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756979; }

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

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

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

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

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

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

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

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