#727B5A

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

Shades of Finch #727B5A

Tints of Finch #727B5A

Color information

#727B5A (or 0x727B5A) is unknown color: approx Finch. HEX triplet: 72, 7B and 5A. RGB value is (114,123,90). Sum of RGB (Red+Green+Blue) = 114+123+90=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #727B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B5A is #8D84A5. Grayscale: #747474. Windows color (decimal): -9274534 or 5929842. OLE color: 5929842.

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

Color convert

RGB11412390-
CMYK0.0700.270.52
HSL76.36º15.49%41.76%-
HSV(B)76.36º26.83%48.24%-
XYZ15.8718.4812.4-
YUV116.55113.02126.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=34.86%
G=37.61%
B=27.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123900.0700.270.5276.3615.4941.76
Hex727B5A701B344cf2a
Octal1621731327033641141752
Binary11100101111011101101011101101111010010011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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