Html Css Color HEX #746879 Rum

📋 copy color: '#746879'

red 116 ◦ green 104 ◦ blue 121

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

Shades of Rum #746879

Tints of Rum #746879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 34.02%
G = 30.5%
B = 35.48%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746879 (or 0x746879) is known color: Rum. HEX triplet: 74, 68 and 79. RGB value is (116,104,121). Sum of RGB (Red+Green+Blue) = 116+104+121=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #746879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746879 is #8B9786. Grayscale: #6D6D6D. Windows color (decimal): -9148295 or 7956596. OLE color: 7956596.

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

Color convert

RGB 116 104 121 -
CMYK 0.04 0.14 0 0.53
HSL 282.35º 0.08% 0.44% -
HSV(B) 282.35º 0.14% 0.47% -
XYZ 15.6 14.99 20.16 -
YUV 109.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 116 104 121 0.04 0.14 0 0.53 282.35 0.08 0.44
Hex 74 68 79 4 E 0 35 11A 8 2C
Octal 164 150 171 4 16 0 65 432 10 54
Binary 1110100 1101000 1111001 100 1110 0 110101 100011010 1000 101100

Color Harmonies of #746879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746879

Black with #746879

Text Example


Text Example

White with #746879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746879; }

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

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

background-color css

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

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

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

border-color css

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

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

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