Html Css Color HEX #797971 Tapa

📋 copy color: '#797971'

red 121 ◦ green 121 ◦ blue 113

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

Shades of Tapa #797971

Tints of Tapa #797971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 34.08%
G = 34.08%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#797971 (or 0x797971) is known color: Tapa. HEX triplet: 79, 79 and 71. RGB value is (121,121,113). Sum of RGB (Red+Green+Blue) = 121+121+113=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797971 is #86868E. Grayscale: #787878. Windows color (decimal): -8816271 or 7436665. OLE color: 7436665.

HSL color Cylindrical-coordinate representation of color #797971: hue angle of 60º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797971 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 121 113 -
CMYK 0 0 0.07 0.53
HSL 60º 0.03% 0.46% -
HSV(B) 60º 0.07% 0.47% -
XYZ 17.7 18.93 18.34 -
YUV 120.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 121 121 113 0 0 0.07 0.53 60 0.03 0.46
Hex 79 79 71 0 0 7 35 3C 3 2E
Octal 171 171 161 0 0 7 65 74 3 56
Binary 1111001 1111001 1110001 0 0 111 110101 111100 11 101110

Color Harmonies of #797971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797971

Black with #797971

Text Example


Text Example

White with #797971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797971; }

 p { color: rgb(121,121,113); }

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

background-color css

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

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

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

border-color css

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

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

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