#727A52

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

Shades of Finch #727A52

Tints of Finch #727A52

Color information

#727A52 (or 0x727A52) is unknown color: approx Finch. HEX triplet: 72, 7A and 52. RGB value is (114,122,82). Sum of RGB (Red+Green+Blue) = 114+122+82=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #727A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A52 is #8D85AD. Grayscale: #737373. Windows color (decimal): -9274798 or 5405298. OLE color: 5405298.

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

Color convert

RGB11412282-
CMYK0.0700.330.52
HSL72º19.61%40%-
HSV(B)72º32.79%47.84%-
XYZ15.4218.1110.66-
YUV115.05109.35127.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=35.85%
G=38.36%
B=25.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114122820.0700.330.527219.6140
Hex727A52702134481428
Octal1621721227041641102450
Binary1110010111101010100101110100001110100100100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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