#73744C

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

Shades of Finch #73744C

Tints of Finch #73744C

Color information

#73744C (or 0x73744C) is unknown color: approx Finch. HEX triplet: 73, 74 and 4C. RGB value is (115,116,76). Sum of RGB (Red+Green+Blue) = 115+116+76=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #73744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73744C is #8C8BB3. Grayscale: #6F6F6F. Windows color (decimal): -9210804 or 5010547. OLE color: 5010547.

HSL color Cylindrical-coordinate representation of color #73744C: hue angle of 61.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73744C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB11511676-
CMYK0.0100.340.55
HSL61.5º20.83%37.65%-
HSV(B)61.5º34.48%45.49%-
XYZ14.6216.669.28-
YUV111.14108.17130.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=37.46%
G=37.79%
B=24.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115116760.0100.340.5561.520.8337.65
Hex73744C1022373e1526
Octal163164114104267762546
Binary1110011111010010011001010001011011111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73744C; }

 p { color: rgb(115,116,76); }

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

<style>
 a { background-color: #73744C; }

 a { background-color: rgb(115,116,76); }

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

<style>
 span { border-color: #73744C; }

 span { border-color: rgb(115,116,76); }

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