Html Css Color HEX #79725B Pablo

📋 copy color: '#79725B'

red 121 ◦ green 114 ◦ blue 91

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

Shades of Pablo #79725B

Tints of Pablo #79725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 37.12%
G = 34.97%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79725B (or 0x79725B) is known color: Pablo. HEX triplet: 79, 72 and 5B. RGB value is (121,114,91). Sum of RGB (Red+Green+Blue) = 121+114+91=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #79725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79725B is #868DA4. Grayscale: #717171. Windows color (decimal): -8818085 or 5993081. OLE color: 5993081.

HSL color Cylindrical-coordinate representation of color #79725B: hue angle of 46º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79725B is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 91 -
CMYK 0 0.06 0.25 0.53
HSL 46º 0.14% 0.42% -
HSV(B) 46º 0.25% 0.47% -
XYZ 15.79 16.85 12.32 -
YUV 113.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 121 114 91 0 0.06 0.25 0.53 46 0.14 0.42
Hex 79 72 5B 0 6 19 35 2E E 2A
Octal 171 162 133 0 6 31 65 56 16 52
Binary 1111001 1110010 1011011 0 110 11001 110101 101110 1110 101010

Color Harmonies of #79725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79725B

Black with #79725B

Text Example


Text Example

White with #79725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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