Html Css Color HEX #797161 Pablo

📋 copy color: '#797161'

red 121 ◦ green 113 ◦ blue 97

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

Shades of Pablo #797161

Tints of Pablo #797161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 36.56%
G = 34.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#797161 (or 0x797161) is known color: Pablo. HEX triplet: 79, 71 and 61. RGB value is (121,113,97). Sum of RGB (Red+Green+Blue) = 121+113+97=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #797161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797161 is #868E9E. Grayscale: #717171. Windows color (decimal): -8818335 or 6386041. OLE color: 6386041.

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

Color convert

RGB 121 113 97 -
CMYK 0 0.07 0.20 0.53
HSL 40º 0.11% 0.43% -
HSV(B) 40º 0.2% 0.47% -
XYZ 15.95 16.74 13.7 -
YUV 113.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 121 113 97 0 0.07 0.20 0.53 40 0.11 0.43
Hex 79 71 61 0 7 14 35 28 B 2B
Octal 171 161 141 0 7 24 65 50 13 53
Binary 1111001 1110001 1100001 0 111 10100 110101 101000 1011 101011

Color Harmonies of #797161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797161

Black with #797161

Text Example


Text Example

White with #797161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797161; }

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

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

background-color css

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

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

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

border-color css

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

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

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