#727355

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

Shades of Finch #727355

Tints of Finch #727355

Color information

#727355 (or 0x727355) is unknown color: approx Finch. HEX triplet: 72, 73 and 55. RGB value is (114,115,85). Sum of RGB (Red+Green+Blue) = 114+115+85=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #727355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727355 is #8D8CAA. Grayscale: #6F6F6F. Windows color (decimal): -9276587 or 5600114. OLE color: 5600114.

HSL color Cylindrical-coordinate representation of color #727355: hue angle of 62º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #727355 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11411585-
CMYK0.0100.260.55
HSL62º15%39.22%-
HSV(B)62º26.09%45.1%-
XYZ14.7116.4911-
YUV111.28113.17129.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=36.31%
G=36.62%
B=27.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115850.0100.260.55621539.22
Hex727355101A373ef27
Octal162163125103267761747
Binary11100101110011101010110110101101111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727355; }

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

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

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

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

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

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

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

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