#73755E

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

Shades of Finch #73755E

Tints of Finch #73755E

Color information

#73755E (or 0x73755E) is unknown color: approx Finch. HEX triplet: 73, 75 and 5E. RGB value is (115,117,94). Sum of RGB (Red+Green+Blue) = 115+117+94=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 117 - color contains mainly: green. Hex color #73755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73755E is #8C8AA1. Grayscale: #717171. Windows color (decimal): -9210530 or 6190451. OLE color: 6190451.

HSL color Cylindrical-coordinate representation of color #73755E: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73755E is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11511794-
CMYK0.0200.200.54
HSL65.22º10.9%41.37%-
HSV(B)65.22º19.66%45.88%-
XYZ15.4517.1813.09-
YUV113.78116.84128.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=35.28%
G=35.89%
B=28.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115117940.0200.200.5465.2210.941.37
Hex73755E20143641b29
Octal1631651362024661011351
Binary1110011111010110111101001010011011010000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73755E; }

 p { color: rgb(115,117,94); }

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

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

 a { background-color: rgb(115,117,94); }

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

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

 span { border-color: rgb(115,117,94); }

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