Html Css Color HEX #796E7C Rum

📋 copy color: '#796E7C'

red 121 ◦ green 110 ◦ blue 124

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

Shades of Rum #796E7C

Tints of Rum #796E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

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

R = 34.08%
G = 30.99%
B = 34.93%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#796E7C (or 0x796E7C) is known color: Rum. HEX triplet: 79, 6E and 7C. RGB value is (121,110,124). Sum of RGB (Red+Green+Blue) = 121+110+124=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #796E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E7C is #869183. Grayscale: #727272. Windows color (decimal): -8819076 or 8154745. OLE color: 8154745.

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

Color convert

RGB 121 110 124 -
CMYK 0.02 0.11 0 0.51
HSL 287.14º 0.06% 0.46% -
HSV(B) 287.14º 0.11% 0.49% -
XYZ 17.1 16.67 21.39 -
YUV 114.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 121 110 124 0.02 0.11 0 0.51 287.14 0.06 0.46
Hex 79 6E 7C 2 B 0 33 11F 6 2E
Octal 171 156 174 2 13 0 63 437 6 56
Binary 1111001 1101110 1111100 10 1011 0 110011 100011111 110 101110

Color Harmonies of #796E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796E7C

Black with #796E7C

Text Example


Text Example

White with #796E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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