Html Css Color HEX #79725E Pablo

📋 copy color: '#79725E'

red 121 ◦ green 114 ◦ blue 94

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

Shades of Pablo #79725E

Tints of Pablo #79725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 36.78%
G = 34.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79725E (or 0x79725E) is known color: Pablo. HEX triplet: 79, 72 and 5E. RGB value is (121,114,94). Sum of RGB (Red+Green+Blue) = 121+114+94=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 121 - color contains mainly: red. Hex color #79725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79725E is #868DA1. Grayscale: #717171. Windows color (decimal): -8818082 or 6189689. OLE color: 6189689.

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

Color convert

RGB 121 114 94 -
CMYK 0 0.06 0.22 0.53
HSL 44.44º 0.13% 0.42% -
HSV(B) 44.44º 0.22% 0.47% -
XYZ 15.92 16.91 13.01 -
YUV 113.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 121 114 94 0 0.06 0.22 0.53 44.44 0.13 0.42
Hex 79 72 5E 0 6 16 35 2C D 2A
Octal 171 162 136 0 6 26 65 54 15 52
Binary 1111001 1110010 1011110 0 110 10110 110101 101100 1101 101010

Color Harmonies of #79725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79725E

Black with #79725E

Text Example


Text Example

White with #79725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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