#746078

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

Shades of Rum #746078

Tints of Rum #746078

Color information

#746078 (or 0x746078) is unknown color: approx Rum. HEX triplet: 74, 60 and 78. RGB value is (116,96,120). Sum of RGB (Red+Green+Blue) = 116+96+120=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 120 - color contains mainly: blue. Hex color #746078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746078 is #8B9F87. Grayscale: #686868. Windows color (decimal): -9150344 or 7889012. OLE color: 7889012.

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

Color convert

RGB11696120-
CMYK0.030.200.53
HSL290º11.11%42.35%-
HSV(B)290º20%47.06%-
XYZ14.7813.4319.58-
YUV104.72136.63136.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=34.94%
G=28.92%
B=36.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116961200.030.200.5329011.1142.35
Hex746078314035122b2a
Octal1641401703240654421352
Binary111010011000001111000111010001101011001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746078; }

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

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

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

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

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

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

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

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