#727455

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

Shades of Finch #727455

Tints of Finch #727455

Color information

#727455 (or 0x727455) is unknown color: approx Finch. HEX triplet: 72, 74 and 55. RGB value is (114,116,85). Sum of RGB (Red+Green+Blue) = 114+116+85=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #727455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727455 is #8D8BAA. Grayscale: #6F6F6F. Windows color (decimal): -9276331 or 5600370. OLE color: 5600370.

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

Color convert

RGB11411685-
CMYK0.0200.270.55
HSL63.87º15.42%39.41%-
HSV(B)63.87º26.72%45.49%-
XYZ14.8216.7211.04-
YUV111.87112.84129.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=36.19%
G=36.83%
B=26.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116850.0200.270.5563.8715.4239.41
Hex727455201B3740f27
Octal1621641252033671001747
Binary1110010111010010101011001101111011110000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727455; }

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

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

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

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

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

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

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

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