#727C45

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

Shades of Finch #727C45

Tints of Finch #727C45

Color information

#727C45 (or 0x727C45) is unknown color: approx Finch. HEX triplet: 72, 7C and 45. RGB value is (114,124,69). Sum of RGB (Red+Green+Blue) = 114+124+69=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #727C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C45 is #8D83BA. Grayscale: #727272. Windows color (decimal): -9274299 or 4553842. OLE color: 4553842.

HSL color Cylindrical-coordinate representation of color #727C45: hue angle of 70.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727C45 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB11412469-
CMYK0.0800.440.51
HSL70.91º28.5%37.84%-
HSV(B)70.91º44.35%48.63%-
XYZ15.2218.428.38-
YUV114.74102.19127.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=37.13%
G=40.39%
B=22.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114124690.0800.440.5170.9128.537.84
Hex727C45802C33471c26
Octal16217410510054631073446
Binary11100101111100100010110000101100110011100011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,69); }

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

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

 a { background-color: rgb(114,124,69); }

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

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

 span { border-color: rgb(114,124,69); }

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