Html Css Color HEX #746478 Rum

📋 copy color: '#746478'

red 116 ◦ green 100 ◦ blue 120

#746478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #746478

Tints of Rum #746478

RGB

 RED value IS 116 (45.7% from 255) = 34.52%

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 34.52%
G = 29.76%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746478 (or 0x746478) is known color: Rum. HEX triplet: 74, 64 and 78. RGB value is (116,100,120). Sum of RGB (Red+Green+Blue) = 116+100+120=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #746478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746478 is #8B9B87. Grayscale: #6B6B6B. Windows color (decimal): -9149320 or 7890036. OLE color: 7890036.

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

Color convert

RGB 116 100 120 -
CMYK 0.03 0.17 0 0.53
HSL 288º 0.09% 0.43% -
HSV(B) 288º 0.17% 0.47% -
XYZ 15.15 14.18 19.71 -
YUV 107.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 116 100 120 0.03 0.17 0 0.53 288 0.09 0.43
Hex 74 64 78 3 11 0 35 120 9 2B
Octal 164 144 170 3 21 0 65 440 11 53
Binary 1110100 1100100 1111000 11 10001 0 110101 100100000 1001 101011

Color Harmonies of #746478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746478

Black with #746478

Text Example


Text Example

White with #746478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746478; }

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

 H1.HeaderClassName
 {
   color: #746478;
 }
 .AnyTagClassName
 {
   color: #746478;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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