#727450

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

Shades of Finch #727450

Tints of Finch #727450

Color information

#727450 (or 0x727450) is unknown color: approx Finch. HEX triplet: 72, 74 and 50. RGB value is (114,116,80). Sum of RGB (Red+Green+Blue) = 114+116+80=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #727450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727450 is #8D8BAF. Grayscale: #6F6F6F. Windows color (decimal): -9276336 or 5272690. OLE color: 5272690.

HSL color Cylindrical-coordinate representation of color #727450: hue angle of 63.33º degrees, saturation: 0.18, 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 #727450 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11411680-
CMYK0.0200.310.55
HSL63.33º18.37%38.43%-
HSV(B)63.33º31.03%45.49%-
XYZ14.6316.6510.03-
YUV111.3110.34129.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=36.77%
G=37.42%
B=25.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116800.0200.310.5563.3318.3738.43
Hex727450201F373f1226
Octal162164120203767772246
Binary1110010111010010100001001111111011111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727450; }

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

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

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

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

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

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

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

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