#73765F

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

Shades of Finch #73765F

Tints of Finch #73765F

Color information

#73765F (or 0x73765F) is unknown color: approx Finch. HEX triplet: 73, 76 and 5F. RGB value is (115,118,95). Sum of RGB (Red+Green+Blue) = 115+118+95=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #73765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73765F is #8C89A0. Grayscale: #727272. Windows color (decimal): -9210273 or 6256243. OLE color: 6256243.

HSL color Cylindrical-coordinate representation of color #73765F: hue angle of 67.83º 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 #73765F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11511895-
CMYK0.0300.190.54
HSL67.83º10.8%41.76%-
HSV(B)67.83º19.49%46.27%-
XYZ15.6117.4313.37-
YUV114.48117.01128.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=35.06%
G=35.98%
B=28.96%

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
Decimal115118950.0300.190.5467.8310.841.76
Hex73765F30133644b2a
Octal1631661373023661041352
Binary1110011111011010111111101001111011010001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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