#73735D

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

Shades of Finch #73735D

Tints of Finch #73735D

Color information

#73735D (or 0x73735D) is unknown color: approx Finch. HEX triplet: 73, 73 and 5D. RGB value is (115,115,93). Sum of RGB (Red+Green+Blue) = 115+115+93=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73735D is #8C8CA2. Grayscale: #707070. Windows color (decimal): -9211043 or 6124403. OLE color: 6124403.

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

Color convert

RGB11511593-
CMYK000.190.55
HSL60º10.58%40.78%-
HSV(B)60º19.13%45.1%-
XYZ15.1816.712.78-
YUV112.49117129.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=35.60%
G=35.60%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511593000.190.556010.5840.78
Hex73735D0013373cb29
Octal163163135002367741351
Binary11100111110011101110100100111101111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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