#73775B

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

Shades of Finch #73775B

Tints of Finch #73775B

Color information

#73775B (or 0x73775B) is unknown color: approx Finch. HEX triplet: 73, 77 and 5B. RGB value is (115,119,91). Sum of RGB (Red+Green+Blue) = 115+119+91=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #73775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73775B is #8C88A4. Grayscale: #727272. Windows color (decimal): -9210021 or 5994355. OLE color: 5994355.

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

Color convert

RGB11511991-
CMYK0.0300.240.53
HSL68.57º13.33%41.18%-
HSV(B)68.57º23.53%46.67%-
XYZ15.5617.5912.47-
YUV114.61114.67128.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 91 (35.94% from 255) = 28%
R=35.38%
G=36.62%
B=28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115119910.0300.240.5368.5713.3341.18
Hex73775B30183545d29
Octal1631671333030651051551
Binary1110011111011110110111101100011010110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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