#73735A

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

Shades of Finch #73735A

Tints of Finch #73735A

Color information

#73735A (or 0x73735A) is unknown color: approx Finch. HEX triplet: 73, 73 and 5A. RGB value is (115,115,90). Sum of RGB (Red+Green+Blue) = 115+115+90=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73735A is #8C8CA5. Grayscale: #707070. Windows color (decimal): -9211046 or 5927795. OLE color: 5927795.

HSL color Cylindrical-coordinate representation of color #73735A: hue angle of 60º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73735A is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11511590-
CMYK000.220.55
HSL60º12.2%40.2%-
HSV(B)60º21.74%45.1%-
XYZ15.0516.6412.09-
YUV112.15115.5130.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 90 (35.55% from 255) = 28.12%
R=35.94%
G=35.94%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511590000.220.556012.240.2
Hex73735A0016373cc28
Octal163163132002667741450
Binary11100111110011101101000101101101111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73735A; }

 p { color: rgb(115,115,90); }

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

<style>
 a { background-color: #73735A; }

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

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

<style>
 span { border-color: #73735A; }

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

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