Html Css Color HEX #797261 Pablo

📋 copy color: '#797261'

red 121 ◦ green 114 ◦ blue 97

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

Shades of Pablo #797261

Tints of Pablo #797261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 36.45%
G = 34.34%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#797261 (or 0x797261) is known color: Pablo. HEX triplet: 79, 72 and 61. RGB value is (121,114,97). Sum of RGB (Red+Green+Blue) = 121+114+97=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #797261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797261 is #868D9E. Grayscale: #727272. Windows color (decimal): -8818079 or 6386297. OLE color: 6386297.

HSL color Cylindrical-coordinate representation of color #797261: hue angle of 42.5º 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 #797261 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 97 -
CMYK 0 0.06 0.20 0.53
HSL 42.5º 0.11% 0.43% -
HSV(B) 42.5º 0.2% 0.47% -
XYZ 16.06 16.96 13.74 -
YUV 114.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 121 114 97 0 0.06 0.20 0.53 42.5 0.11 0.43
Hex 79 72 61 0 6 14 35 2A B 2B
Octal 171 162 141 0 6 24 65 52 13 53
Binary 1111001 1110010 1100001 0 110 10100 110101 101010 1011 101011

Color Harmonies of #797261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797261

Black with #797261

Text Example


Text Example

White with #797261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797261; }

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

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

background-color css

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

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

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

border-color css

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

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

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