#727A5C

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

Shades of Finch #727A5C

Tints of Finch #727A5C

Color information

#727A5C (or 0x727A5C) is unknown color: approx Finch. HEX triplet: 72, 7A and 5C. RGB value is (114,122,92). Sum of RGB (Red+Green+Blue) = 114+122+92=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #727A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A5C is #8D85A3. Grayscale: #747474. Windows color (decimal): -9274788 or 6060658. OLE color: 6060658.

HSL color Cylindrical-coordinate representation of color #727A5C: hue angle of 76º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727A5C is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB11412292-
CMYK0.0700.250.52
HSL76º14.02%41.96%-
HSV(B)76º24.59%47.84%-
XYZ15.8318.2712.82-
YUV116.19114.35126.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=34.76%
G=37.20%
B=28.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114122920.0700.250.527614.0241.96
Hex727A5C7019344ce2a
Octal1621721347031641141652
Binary11100101111010101110011101100111010010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A5C; }

 p { color: rgb(114,122,92); }

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

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

 a { background-color: rgb(114,122,92); }

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

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

 span { border-color: rgb(114,122,92); }

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