#73775E

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

Shades of Finch #73775E

Tints of Finch #73775E

Color information

#73775E (or 0x73775E) is unknown color: approx Finch. HEX triplet: 73, 77 and 5E. RGB value is (115,119,94). Sum of RGB (Red+Green+Blue) = 115+119+94=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #73775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73775E is #8C88A1. Grayscale: #737373. Windows color (decimal): -9210018 or 6190963. OLE color: 6190963.

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

Color convert

RGB11511994-
CMYK0.0300.210.53
HSL69.6º11.74%41.76%-
HSV(B)69.6º21.01%46.67%-
XYZ15.6917.6513.17-
YUV114.95116.17128.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=35.06%
G=36.28%
B=28.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115119940.0300.210.5369.611.7441.76
Hex73775E30153546c2a
Octal1631671363025651061452
Binary1110011111011110111101101010111010110001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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