#746277

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

Shades of Rum #746277

Tints of Rum #746277

Color information

#746277 (or 0x746277) is unknown color: approx Rum. HEX triplet: 74, 62 and 77. RGB value is (116,98,119). Sum of RGB (Red+Green+Blue) = 116+98+119=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #746277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746277 is #8B9D88. Grayscale: #696969. Windows color (decimal): -9149833 or 7823988. OLE color: 7823988.

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

Color convert

RGB11698119-
CMYK0.030.1800.53
HSL291.43º9.68%42.55%-
HSV(B)291.43º17.65%46.67%-
XYZ14.913.7819.33-
YUV105.78135.46135.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=34.83%
G=29.43%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116981190.030.1800.53291.439.6842.55
Hex746277312035123a2b
Octal1641421673220654431253
Binary111010011000101110111111001001101011001000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746277; }

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

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

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

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

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

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

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

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