Html Css Color HEX #796D7C Rum

📋 copy color: '#796D7C'

red 121 ◦ green 109 ◦ blue 124

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

Shades of Rum #796D7C

Tints of Rum #796D7C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

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

R = 34.18%
G = 30.79%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#796D7C (or 0x796D7C) is known color: Rum. HEX triplet: 79, 6D and 7C. RGB value is (121,109,124). Sum of RGB (Red+Green+Blue) = 121+109+124=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #796D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D7C is #869283. Grayscale: #727272. Windows color (decimal): -8819332 or 8154489. OLE color: 8154489.

HSL color Cylindrical-coordinate representation of color #796D7C: hue angle of 288º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796D7C is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 109 124 -
CMYK 0.02 0.12 0 0.51
HSL 288º 0.06% 0.46% -
HSV(B) 288º 0.12% 0.49% -
XYZ 16.99 16.46 21.35 -
YUV 114.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 121 109 124 0.02 0.12 0 0.51 288 0.06 0.46
Hex 79 6D 7C 2 C 0 33 120 6 2E
Octal 171 155 174 2 14 0 63 440 6 56
Binary 1111001 1101101 1111100 10 1100 0 110011 100100000 110 101110

Color Harmonies of #796D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D7C

Black with #796D7C

Text Example


Text Example

White with #796D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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