#727469

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

Shades of Finch #727469

Tints of Finch #727469

Color information

#727469 (or 0x727469) is unknown color: approx Finch. HEX triplet: 72, 74 and 69. RGB value is (114,116,105). Sum of RGB (Red+Green+Blue) = 114+116+105=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #727469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727469 is #8D8B96. Grayscale: #727272. Windows color (decimal): -9276311 or 6911090. OLE color: 6911090.

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

Color convert

RGB114116105-
CMYK0.0200.090.55
HSL70.91º4.98%43.33%-
HSV(B)70.91º9.48%45.49%-
XYZ15.7317.0915.83-
YUV114.15122.84127.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=34.03%
G=34.63%
B=31.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141161050.0200.090.5570.914.9843.33
Hex727469209374752b
Octal162164151201167107553
Binary11100101110100110100110010011101111000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727469; }

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

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

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

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

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

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

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

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