Html Css Color HEX #746179 Rum

📋 copy color: '#746179'

red 116 ◦ green 97 ◦ blue 121

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

Shades of Rum #746179

Tints of Rum #746179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 34.73%
G = 29.04%
B = 36.23%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746179 (or 0x746179) is known color: Rum. HEX triplet: 74, 61 and 79. RGB value is (116,97,121). Sum of RGB (Red+Green+Blue) = 116+97+121=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #746179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746179 is #8B9E86. Grayscale: #696969. Windows color (decimal): -9150087 or 7954804. OLE color: 7954804.

HSL color Cylindrical-coordinate representation of color #746179: hue angle of 287.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746179 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 97 121 -
CMYK 0.04 0.20 0 0.53
HSL 287.5º 0.11% 0.43% -
HSV(B) 287.5º 0.2% 0.47% -
XYZ 14.93 13.64 19.94 -
YUV 105.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 116 97 121 0.04 0.20 0 0.53 287.5 0.11 0.43
Hex 74 61 79 4 14 0 35 120 B 2B
Octal 164 141 171 4 24 0 65 440 13 53
Binary 1110100 1100001 1111001 100 10100 0 110101 100100000 1011 101011

Color Harmonies of #746179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746179

Black with #746179

Text Example


Text Example

White with #746179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746179; }

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

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

background-color css

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

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

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

border-color css

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

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

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