Html Css Color HEX #797060 Pablo

📋 copy color: '#797060'

red 121 ◦ green 112 ◦ blue 96

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

Shades of Pablo #797060

Tints of Pablo #797060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 36.78%
G = 34.04%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#797060 (or 0x797060) is known color: Pablo. HEX triplet: 79, 70 and 60. RGB value is (121,112,96). Sum of RGB (Red+Green+Blue) = 121+112+96=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #797060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797060 is #868F9F. Grayscale: #707070. Windows color (decimal): -8818592 or 6320249. OLE color: 6320249.

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

Color convert

RGB 121 112 96 -
CMYK 0 0.07 0.21 0.53
HSL 38.4º 0.12% 0.43% -
HSV(B) 38.4º 0.21% 0.47% -
XYZ 15.79 16.5 13.42 -
YUV 112.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 121 112 96 0 0.07 0.21 0.53 38.4 0.12 0.43
Hex 79 70 60 0 7 15 35 26 C 2B
Octal 171 160 140 0 7 25 65 46 14 53
Binary 1111001 1110000 1100000 0 111 10101 110101 100110 1100 101011

Color Harmonies of #797060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797060

Black with #797060

Text Example


Text Example

White with #797060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797060; }

 p { color: rgb(121,112,96); }

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

background-color css

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

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

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

border-color css

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

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

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