#72765A

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

Shades of Finch #72765A

Tints of Finch #72765A

Color information

#72765A (or 0x72765A) is unknown color: approx Finch. HEX triplet: 72, 76 and 5A. RGB value is (114,118,90). Sum of RGB (Red+Green+Blue) = 114+118+90=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #72765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72765A is #8D89A5. Grayscale: #717171. Windows color (decimal): -9275814 or 5928562. OLE color: 5928562.

HSL color Cylindrical-coordinate representation of color #72765A: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72765A is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11411890-
CMYK0.0300.240.54
HSL68.57º13.46%40.78%-
HSV(B)68.57º23.73%46.27%-
XYZ15.2617.2712.2-
YUV113.61114.67128.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=35.40%
G=36.65%
B=27.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118900.0300.240.5468.5713.4640.78
Hex72765A30183645d29
Octal1621661323030661051551
Binary1110010111011010110101101100011011010001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72765A; }

 p { color: rgb(114,118,90); }

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

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

 a { background-color: rgb(114,118,90); }

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

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

 span { border-color: rgb(114,118,90); }

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