#727369

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

Shades of Finch #727369

Tints of Finch #727369

Color information

#727369 (or 0x727369) is unknown color: approx Finch. HEX triplet: 72, 73 and 69. RGB value is (114,115,105). Sum of RGB (Red+Green+Blue) = 114+115+105=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 115 - color contains mainly: green. Hex color #727369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727369 is #8D8C96. Grayscale: #717171. Windows color (decimal): -9276567 or 6910834. OLE color: 6910834.

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

Color convert

RGB114115105-
CMYK0.0100.090.55
HSL66º4.55%43.14%-
HSV(B)66º8.7%45.1%-
XYZ15.6216.8615.8-
YUV113.56123.17128.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=34.13%
G=34.43%
B=31.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141151050.0100.090.55664.5543.14
Hex727369109374252b
Octal162163151101167102553
Binary1110010111001111010011010011101111000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727369; }

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

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

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

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

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

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

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

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