#746878

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

Shades of Rum #746878

Tints of Rum #746878

Color information

#746878 (or 0x746878) is unknown color: approx Rum. HEX triplet: 74, 68 and 78. RGB value is (116,104,120). Sum of RGB (Red+Green+Blue) = 116+104+120=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #746878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746878 is #8B9787. Grayscale: #6D6D6D. Windows color (decimal): -9148296 or 7891060. OLE color: 7891060.

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

Color convert

RGB116104120-
CMYK0.030.1300.53
HSL285º7.14%43.92%-
HSV(B)285º13.33%47.06%-
XYZ15.5414.9719.84-
YUV109.41133.98132.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=34.12%
G=30.59%
B=35.29%

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
Decimal1161041200.030.1300.532857.1443.92
Hex7468783D03511d72c
Octal164150170315065435754
Binary1110100110100011110001111010110101100011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746878; }

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

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

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

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

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

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

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

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