#727752

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

Shades of Finch #727752

Tints of Finch #727752

Color information

#727752 (or 0x727752) is unknown color: approx Finch. HEX triplet: 72, 77 and 52. RGB value is (114,119,82). Sum of RGB (Red+Green+Blue) = 114+119+82=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #727752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727752 is #8D88AD. Grayscale: #717171. Windows color (decimal): -9275566 or 5404530. OLE color: 5404530.

HSL color Cylindrical-coordinate representation of color #727752: hue angle of 68.11º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #727752 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11411982-
CMYK0.0400.310.53
HSL68.11º18.41%39.41%-
HSV(B)68.11º31.09%46.67%-
XYZ15.0617.3810.54-
YUV113.29110.34128.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=36.19%
G=37.78%
B=26.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119820.0400.310.5368.1118.4139.41
Hex727752401F35441227
Octal1621671224037651042247
Binary111001011101111010010100011111110101100010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727752; }

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

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

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

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

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

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

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

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