#746378

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

Shades of Rum #746378

Tints of Rum #746378

Color information

#746378 (or 0x746378) is unknown color: approx Rum. HEX triplet: 74, 63 and 78. RGB value is (116,99,120). Sum of RGB (Red+Green+Blue) = 116+99+120=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #746378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746378 is #8B9C87. Grayscale: #6A6A6A. Windows color (decimal): -9149576 or 7889780. OLE color: 7889780.

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

Color convert

RGB11699120-
CMYK0.030.1700.53
HSL288.57º9.59%42.94%-
HSV(B)288.57º17.5%47.06%-
XYZ15.0513.9919.68-
YUV106.48135.63134.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=34.63%
G=29.55%
B=35.82%

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
Decimal116991200.030.1700.53288.579.5942.94
Hex746378311035121a2b
Octal1641431703210654411253
Binary111010011000111111000111000101101011001000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746378; }

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

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

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

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

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

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

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

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