Html Css Color HEX #746279 Rum

📋 copy color: '#746279'

red 116 ◦ green 98 ◦ blue 121

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

Shades of Rum #746279

Tints of Rum #746279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

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

R = 34.63%
G = 29.25%
B = 36.12%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746279 (or 0x746279) is known color: Rum. HEX triplet: 74, 62 and 79. RGB value is (116,98,121). Sum of RGB (Red+Green+Blue) = 116+98+121=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #746279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746279 is #8B9D86. Grayscale: #696969. Windows color (decimal): -9149831 or 7955060. OLE color: 7955060.

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

Color convert

RGB 116 98 121 -
CMYK 0.04 0.19 0 0.53
HSL 286.96º 0.11% 0.43% -
HSV(B) 286.96º 0.19% 0.47% -
XYZ 15.02 13.83 19.97 -
YUV 106 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 116 98 121 0.04 0.19 0 0.53 286.96 0.11 0.43
Hex 74 62 79 4 13 0 35 11F B 2B
Octal 164 142 171 4 23 0 65 437 13 53
Binary 1110100 1100010 1111001 100 10011 0 110101 100011111 1011 101011

Color Harmonies of #746279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746279

Black with #746279

Text Example


Text Example

White with #746279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746279; }

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

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

background-color css

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

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

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

border-color css

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

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

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