#727A5A

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

Shades of Finch #727A5A

Tints of Finch #727A5A

Color information

#727A5A (or 0x727A5A) is unknown color: approx Finch. HEX triplet: 72, 7A and 5A. RGB value is (114,122,90). Sum of RGB (Red+Green+Blue) = 114+122+90=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #727A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A5A is #8D85A5. Grayscale: #747474. Windows color (decimal): -9274790 or 5929586. OLE color: 5929586.

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

Color convert

RGB11412290-
CMYK0.0700.260.52
HSL75º15.09%41.57%-
HSV(B)75º26.23%47.84%-
XYZ15.7418.2312.36-
YUV115.96113.35126.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=34.97%
G=37.42%
B=27.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114122900.0700.260.527515.0941.57
Hex727A5A701A344bf2a
Octal1621721327032641131752
Binary11100101111010101101011101101011010010010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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