#72794B

Color #72794B Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #72794B

Tints of Finch #72794B

Color information

#72794B (or 0x72794B) is unknown color: approx Finch. HEX triplet: 72, 79 and 4B. RGB value is (114,121,75). Sum of RGB (Red+Green+Blue) = 114+121+75=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #72794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72794B is #8D86B4. Grayscale: #717171. Windows color (decimal): -9275061 or 4946290. OLE color: 4946290.

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

Color convert

RGB11412175-
CMYK0.0600.380.53
HSL69.13º23.47%38.43%-
HSV(B)69.13º38.02%47.45%-
XYZ15.0517.769.29-
YUV113.66106.18128.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=36.77%
G=39.03%
B=24.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114121750.0600.380.5369.1323.4738.43
Hex72794B602635451726
Octal1621711136046651052746
Binary1110010111100110010111100100110110101100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72794B;
 }
 .AnyTagClassName
 {
   color: #72794B;
 }
</style>
background-color css

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

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

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

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

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

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