#727B5B

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

Shades of Finch #727B5B

Tints of Finch #727B5B

Color information

#727B5B (or 0x727B5B) is unknown color: approx Finch. HEX triplet: 72, 7B and 5B. RGB value is (114,123,91). Sum of RGB (Red+Green+Blue) = 114+123+91=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 123 - color contains mainly: green. Hex color #727B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B5B is #8D84A4. Grayscale: #747474. Windows color (decimal): -9274533 or 5995378. OLE color: 5995378.

HSL color Cylindrical-coordinate representation of color #727B5B: hue angle of 76.88º 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 #727B5B is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB11412391-
CMYK0.0700.260.52
HSL76.88º14.95%41.96%-
HSV(B)76.88º26.02%48.24%-
XYZ15.9118.512.63-
YUV116.66113.52126.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=34.76%
G=37.5%
B=27.74%

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
Decimal114123910.0700.260.5276.8814.9541.96
Hex727B5B701A344df2a
Octal1621731337032641151752
Binary11100101111011101101111101101011010010011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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