#746377

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

Shades of Rum #746377

Tints of Rum #746377

Color information

#746377 (or 0x746377) is unknown color: approx Rum. HEX triplet: 74, 63 and 77. RGB value is (116,99,119). Sum of RGB (Red+Green+Blue) = 116+99+119=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #746377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746377 is #8B9C88. Grayscale: #6A6A6A. Windows color (decimal): -9149577 or 7824244. OLE color: 7824244.

HSL color Cylindrical-coordinate representation of color #746377: hue angle of 291º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #746377 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11699119-
CMYK0.030.1700.53
HSL291º9.17%42.75%-
HSV(B)291º16.81%46.67%-
XYZ14.9913.9719.36-
YUV106.36135.13134.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=34.73%
G=29.64%
B=35.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116991190.030.1700.532919.1742.75
Hex74637731103512392b
Octal1641431673210654431153
Binary111010011000111110111111000101101011001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746377; }

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

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

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

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

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

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

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

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