#72734F

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

Shades of Finch #72734F

Tints of Finch #72734F

Color information

#72734F (or 0x72734F) is unknown color: approx Finch. HEX triplet: 72, 73 and 4F. RGB value is (114,115,79). Sum of RGB (Red+Green+Blue) = 114+115+79=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #72734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72734F is #8D8CB0. Grayscale: #6E6E6E. Windows color (decimal): -9276593 or 5206898. OLE color: 5206898.

HSL color Cylindrical-coordinate representation of color #72734F: hue angle of 61.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72734F is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11411579-
CMYK0.0100.310.55
HSL61.67º18.56%38.04%-
HSV(B)61.67º31.3%45.1%-
XYZ14.4816.49.8-
YUV110.6110.17130.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=37.01%
G=37.34%
B=25.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115790.0100.310.5561.6718.5638.04
Hex72734F101F373e1326
Octal162163117103767762346
Binary111001011100111001111101111111011111111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72734F; }

 p { color: rgb(114,115,79); }

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

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

 a { background-color: rgb(114,115,79); }

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

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

 span { border-color: rgb(114,115,79); }

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