#72765F

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

Shades of Finch #72765F

Tints of Finch #72765F

Color information

#72765F (or 0x72765F) is unknown color: approx Finch. HEX triplet: 72, 76 and 5F. RGB value is (114,118,95). Sum of RGB (Red+Green+Blue) = 114+118+95=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #72765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72765F is #8D89A0. Grayscale: #727272. Windows color (decimal): -9275809 or 6256242. OLE color: 6256242.

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

Color convert

RGB11411895-
CMYK0.0300.190.54
HSL70.43º10.8%41.76%-
HSV(B)70.43º19.49%46.27%-
XYZ15.4817.3613.36-
YUV114.18117.17127.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=34.86%
G=36.09%
B=29.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118950.0300.190.5470.4310.841.76
Hex72765F30133646b2a
Octal1621661373023661061352
Binary1110010111011010111111101001111011010001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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