#727B52

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

Shades of Finch #727B52

Tints of Finch #727B52

Color information

#727B52 (or 0x727B52) is unknown color: approx Finch. HEX triplet: 72, 7B and 52. RGB value is (114,123,82). Sum of RGB (Red+Green+Blue) = 114+123+82=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #727B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B52 is #8D84AD. Grayscale: #737373. Windows color (decimal): -9274542 or 5405554. OLE color: 5405554.

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

Color convert

RGB11412382-
CMYK0.0700.330.52
HSL73.17º20%40.2%-
HSV(B)73.17º33.33%48.24%-
XYZ15.5518.3510.71-
YUV115.64109.02126.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=35.74%
G=38.56%
B=25.71%

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
Decimal114123820.0700.330.5273.172040.2
Hex727B52702134491428
Octal1621731227041641112450
Binary1110010111101110100101110100001110100100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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