#727B50

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

Shades of Finch #727B50

Tints of Finch #727B50

Color information

#727B50 (or 0x727B50) is unknown color: approx Finch. HEX triplet: 72, 7B and 50. RGB value is (114,123,80). Sum of RGB (Red+Green+Blue) = 114+123+80=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #727B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B50 is #8D84AF. Grayscale: #737373. Windows color (decimal): -9274544 or 5274482. OLE color: 5274482.

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

Color convert

RGB11412380-
CMYK0.0700.350.52
HSL72.56º21.18%39.8%-
HSV(B)72.56º34.96%48.24%-
XYZ15.4718.3210.31-
YUV115.41108.02127-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=35.96%
G=38.80%
B=25.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114123800.0700.350.5272.5621.1839.8
Hex727B50702334491528
Octal1621731207043641112550
Binary1110010111101110100001110100011110100100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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