#73775C

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

Shades of Finch #73775C

Tints of Finch #73775C

Color information

#73775C (or 0x73775C) is unknown color: approx Finch. HEX triplet: 73, 77 and 5C. RGB value is (115,119,92). Sum of RGB (Red+Green+Blue) = 115+119+92=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #73775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73775C is #8C88A3. Grayscale: #727272. Windows color (decimal): -9210020 or 6059891. OLE color: 6059891.

HSL color Cylindrical-coordinate representation of color #73775C: hue angle of 68.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73775C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB11511992-
CMYK0.0300.230.53
HSL68.89º12.8%41.37%-
HSV(B)68.89º22.69%46.67%-
XYZ15.617.6112.7-
YUV114.73115.17128.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=35.28%
G=36.50%
B=28.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115119920.0300.230.5368.8912.841.37
Hex73775C30173545d29
Octal1631671343027651051551
Binary1110011111011110111001101011111010110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,119,92); }

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

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

 a { background-color: rgb(115,119,92); }

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

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

 span { border-color: rgb(115,119,92); }

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