#73735B

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

Shades of Finch #73735B

Tints of Finch #73735B

Color information

#73735B (or 0x73735B) is unknown color: approx Finch. HEX triplet: 73, 73 and 5B. RGB value is (115,115,91). Sum of RGB (Red+Green+Blue) = 115+115+91=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73735B is #8C8CA4. Grayscale: #707070. Windows color (decimal): -9211045 or 5993331. OLE color: 5993331.

HSL color Cylindrical-coordinate representation of color #73735B: 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.21%. Process color model (Four color, CMYK) of #73735B is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11511591-
CMYK000.210.55
HSL60º11.65%40.39%-
HSV(B)60º20.87%45.1%-
XYZ15.0916.6612.32-
YUV112.26116129.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=35.83%
G=35.83%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511591000.210.556011.6540.39
Hex73735B0015373cc28
Octal163163133002567741450
Binary11100111110011101101100101011101111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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