#73764B

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

Shades of Finch #73764B

Tints of Finch #73764B

Color information

#73764B (or 0x73764B) is unknown color: approx Finch. HEX triplet: 73, 76 and 4B. RGB value is (115,118,75). Sum of RGB (Red+Green+Blue) = 115+118+75=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #73764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73764B is #8C89B4. Grayscale: #707070. Windows color (decimal): -9210293 or 4945523. OLE color: 4945523.

HSL color Cylindrical-coordinate representation of color #73764B: hue angle of 64.19º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73764B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11511875-
CMYK0.0300.360.54
HSL64.19º22.28%37.84%-
HSV(B)64.19º36.44%46.27%-
XYZ14.8217.119.18-
YUV112.2107.01130-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=37.34%
G=38.31%
B=24.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115118750.0300.360.5464.1922.2837.84
Hex73764B302436401626
Octal1631661133044661002646
Binary111001111101101001011110100100110110100000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,118,75); }

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

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

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

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

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

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

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