#745879

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

Shades of Rum #745879

Tints of Rum #745879

Color information

#745879 (or 0x745879) is unknown color: approx Rum. HEX triplet: 74, 58 and 79. RGB value is (116,88,121). Sum of RGB (Red+Green+Blue) = 116+88+121=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #745879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745879 is #8BA786. Grayscale: #646464. Windows color (decimal): -9152391 or 7952500. OLE color: 7952500.

HSL color Cylindrical-coordinate representation of color #745879: hue angle of 290.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745879 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11688121-
CMYK0.040.2700.53
HSL290.91º15.79%40.98%-
HSV(B)290.91º27.27%47.45%-
XYZ14.1412.0719.67-
YUV100.13139.78139.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=35.69%
G=27.08%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116881210.040.2700.53290.9115.7940.98
Hex74587941B0351231029
Octal1641301714330654432051
Binary11101001011000111100110011011011010110010001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745879; }

 p { color: rgb(116,88,121); }

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

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

 a { background-color: rgb(116,88,121); }

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

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

 span { border-color: rgb(116,88,121); }

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