#746876

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

Shades of Rum #746876

Tints of Rum #746876

Color information

#746876 (or 0x746876) is unknown color: approx Rum. HEX triplet: 74, 68 and 76. RGB value is (116,104,118). Sum of RGB (Red+Green+Blue) = 116+104+118=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #746876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746876 is #8B9789. Grayscale: #6D6D6D. Windows color (decimal): -9148298 or 7759988. OLE color: 7759988.

HSL color Cylindrical-coordinate representation of color #746876: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746876 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB116104118-
CMYK0.020.1200.54
HSL291.43º6.31%43.53%-
HSV(B)291.43º11.86%46.27%-
XYZ15.4214.9219.21-
YUV109.18132.98132.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=34.32%
G=30.77%
B=34.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161041180.020.1200.54291.436.3143.53
Hex7468762C03612362c
Octal164150166214066443654
Binary1110100110100011101101011000110110100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746876; }

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

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

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

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

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

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

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

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