Html Css Color HEX #746479 Rum

📋 copy color: '#746479'

red 116 ◦ green 100 ◦ blue 121

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

Shades of Rum #746479

Tints of Rum #746479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 34.42%
G = 29.67%
B = 35.91%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746479 (or 0x746479) is known color: Rum. HEX triplet: 74, 64 and 79. RGB value is (116,100,121). Sum of RGB (Red+Green+Blue) = 116+100+121=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #746479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746479 is #8B9B86. Grayscale: #6B6B6B. Windows color (decimal): -9149319 or 7955572. OLE color: 7955572.

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

Color convert

RGB 116 100 121 -
CMYK 0.04 0.17 0 0.53
HSL 285.71º 0.1% 0.43% -
HSV(B) 285.71º 0.17% 0.47% -
XYZ 15.21 14.21 20.03 -
YUV 107.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 116 100 121 0.04 0.17 0 0.53 285.71 0.1 0.43
Hex 74 64 79 4 11 0 35 11E A 2B
Octal 164 144 171 4 21 0 65 436 12 53
Binary 1110100 1100100 1111001 100 10001 0 110101 100011110 1010 101011

Color Harmonies of #746479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746479

Black with #746479

Text Example


Text Example

White with #746479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746479; }

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

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

background-color css

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

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

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

border-color css

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

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

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