#727568

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

Shades of Finch #727568

Tints of Finch #727568

Color information

#727568 (or 0x727568) is unknown color: approx Finch. HEX triplet: 72, 75 and 68. RGB value is (114,117,104). Sum of RGB (Red+Green+Blue) = 114+117+104=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #727568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727568 is #8D8A97. Grayscale: #727272. Windows color (decimal): -9276056 or 6845810. OLE color: 6845810.

HSL color Cylindrical-coordinate representation of color #727568: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #727568 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB114117104-
CMYK0.0300.110.54
HSL73.85º5.88%43.33%-
HSV(B)73.85º11.11%45.88%-
XYZ15.817.315.6-
YUV114.62122.01127.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=34.03%
G=34.93%
B=31.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141171040.0300.110.5473.855.8843.33
Hex72756830B364a62b
Octal162165150301366112653
Binary11100101110101110100011010111101101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727568; }

 p { color: rgb(114,117,104); }

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

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

 a { background-color: rgb(114,117,104); }

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

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

 span { border-color: rgb(114,117,104); }

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