#727A4E

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

Shades of Finch #727A4E

Tints of Finch #727A4E

Color information

#727A4E (or 0x727A4E) is unknown color: approx Finch. HEX triplet: 72, 7A and 4E. RGB value is (114,122,78). Sum of RGB (Red+Green+Blue) = 114+122+78=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #727A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A4E is #8D85B1. Grayscale: #727272. Windows color (decimal): -9274802 or 5143154. OLE color: 5143154.

HSL color Cylindrical-coordinate representation of color #727A4E: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727A4E is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB11412278-
CMYK0.0700.360.52
HSL70.91º22%39.22%-
HSV(B)70.91º36.07%47.84%-
XYZ15.2718.059.89-
YUV114.59107.35127.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=36.31%
G=38.85%
B=24.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114122780.0700.360.5270.912239.22
Hex727A4E702434471627
Octal1621721167044641072647
Binary1110010111101010011101110100100110100100011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A4E; }

 p { color: rgb(114,122,78); }

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

<style>
 a { background-color: #727A4E; }

 a { background-color: rgb(114,122,78); }

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

<style>
 span { border-color: #727A4E; }

 span { border-color: rgb(114,122,78); }

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