Html Css Color HEX #79647D Rum

📋 copy color: '#79647D'

red 121 ◦ green 100 ◦ blue 125

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

Shades of Rum #79647D

Tints of Rum #79647D

RGB

 RED value IS 121 (47.66% from 255) = 34.97%

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 34.97%
G = 28.9%
B = 36.13%

CMYK

 C value IS 0.03

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79647D (or 0x79647D) is known color: Rum. HEX triplet: 79, 64 and 7D. RGB value is (121,100,125). Sum of RGB (Red+Green+Blue) = 121+100+125=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #79647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79647D is #869B82. Grayscale: #6D6D6D. Windows color (decimal): -8821635 or 8217721. OLE color: 8217721.

HSL color Cylindrical-coordinate representation of color #79647D: hue angle of 290.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #79647D is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 100 125 -
CMYK 0.03 0.2 0 0.51
HSL 290.4º 0.11% 0.44% -
HSV(B) 290.4º 0.2% 0.49% -
XYZ 16.14 14.66 21.38 -
YUV 109.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 121 100 125 0.03 0.2 0 0.51 290.4 0.11 0.44
Hex 79 64 7D 3 14 0 33 122 B 2C
Octal 171 144 175 3 24 0 63 442 13 54
Binary 1111001 1100100 1111101 11 10100 0 110011 100100010 1011 101100

Color Harmonies of #79647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79647D

Black with #79647D

Text Example


Text Example

White with #79647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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