#79725E

Color #79725E Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #79725E

Tints of Pablo #79725E

Color information

#79725E (or 0x79725E) is unknown color: approx 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

RGB12111494-
CMYK00.060.220.53
HSL44.44º12.56%42.16%-
HSV(B)44.44º22.31%47.45%-
XYZ15.9216.9113.01-
YUV113.81116.82133.13-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211149400.060.220.5344.4412.5642.16
Hex79725E0616352cd2a
Octal171162136062665541552
Binary1111001111001010111100110101101101011011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>