#746877

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

Shades of Rum #746877

Tints of Rum #746877

Color information

#746877 (or 0x746877) is unknown color: approx Rum. HEX triplet: 74, 68 and 77. RGB value is (116,104,119). Sum of RGB (Red+Green+Blue) = 116+104+119=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #746877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746877 is #8B9788. Grayscale: #6D6D6D. Windows color (decimal): -9148297 or 7825524. OLE color: 7825524.

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

Color convert

RGB116104119-
CMYK0.030.1300.53
HSL288º6.73%43.73%-
HSV(B)288º12.61%46.67%-
XYZ15.4814.9519.52-
YUV109.3133.48132.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=34.22%
G=30.68%
B=35.10%

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
Decimal1161041190.030.1300.532886.7343.73
Hex7468773D03512072c
Octal164150167315065440754
Binary1110100110100011101111111010110101100100000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746877; }

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

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

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

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

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

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

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

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