#746978

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

Shades of Rum #746978

Tints of Rum #746978

Color information

#746978 (or 0x746978) is unknown color: approx Rum. HEX triplet: 74, 69 and 78. RGB value is (116,105,120). Sum of RGB (Red+Green+Blue) = 116+105+120=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #746978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746978 is #8B9687. Grayscale: #6D6D6D. Windows color (decimal): -9148040 or 7891316. OLE color: 7891316.

HSL color Cylindrical-coordinate representation of color #746978: hue angle of 284º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746978 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB116105120-
CMYK0.030.1300.53
HSL284º6.67%44.12%-
HSV(B)284º12.5%47.06%-
XYZ15.6415.1719.87-
YUV110133.64132.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=34.02%
G=30.79%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161051200.030.1300.532846.6744.12
Hex7469783D03511c72c
Octal164151170315065434754
Binary1110100110100111110001111010110101100011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746978; }

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

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

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

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

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

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

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

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