Html Css Color HEX #79687C Rum

📋 copy color: '#79687C'

red 121 ◦ green 104 ◦ blue 124

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

Shades of Rum #79687C

Tints of Rum #79687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 34.67%
G = 29.8%
B = 35.53%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79687C (or 0x79687C) is known color: Rum. HEX triplet: 79, 68 and 7C. RGB value is (121,104,124). Sum of RGB (Red+Green+Blue) = 121+104+124=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #79687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79687C is #869783. Grayscale: #6F6F6F. Windows color (decimal): -8820612 or 8153209. OLE color: 8153209.

HSL color Cylindrical-coordinate representation of color #79687C: hue angle of 291º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79687C is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 104 124 -
CMYK 0.02 0.16 0 0.51
HSL 291º 0.09% 0.45% -
HSV(B) 291º 0.16% 0.49% -
XYZ 16.47 15.42 21.18 -
YUV 111.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 121 104 124 0.02 0.16 0 0.51 291 0.09 0.45
Hex 79 68 7C 2 10 0 33 123 9 2D
Octal 171 150 174 2 20 0 63 443 11 55
Binary 1111001 1101000 1111100 10 10000 0 110011 100100011 1001 101101

Color Harmonies of #79687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79687C

Black with #79687C

Text Example


Text Example

White with #79687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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