#727352

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

Shades of Finch #727352

Tints of Finch #727352

Color information

#727352 (or 0x727352) is unknown color: approx Finch. HEX triplet: 72, 73 and 52. RGB value is (114,115,82). Sum of RGB (Red+Green+Blue) = 114+115+82=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #727352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727352 is #8D8CAD. Grayscale: #6F6F6F. Windows color (decimal): -9276590 or 5403506. OLE color: 5403506.

HSL color Cylindrical-coordinate representation of color #727352: hue angle of 61.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727352 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB11411582-
CMYK0.0100.290.55
HSL61.82º16.75%38.63%-
HSV(B)61.82º28.7%45.1%-
XYZ14.5916.4510.39-
YUV110.94111.67130.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=36.66%
G=36.98%
B=26.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115820.0100.290.5561.8216.7538.63
Hex727352101D373e1127
Octal162163122103567762147
Binary111001011100111010010101110111011111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727352; }

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

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

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

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

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

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

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

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