#75764D

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

Shades of Finch #75764D

Tints of Finch #75764D

Color information

#75764D (or 0x75764D) is unknown color: approx Finch. HEX triplet: 75, 76 and 4D. RGB value is (117,118,77). Sum of RGB (Red+Green+Blue) = 117+118+77=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #75764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75764D is #8A89B2. Grayscale: #717171. Windows color (decimal): -9079219 or 5076597. OLE color: 5076597.

HSL color Cylindrical-coordinate representation of color #75764D: hue angle of 61.46º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75764D is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB11711877-
CMYK0.0100.350.54
HSL61.46º21.03%38.24%-
HSV(B)61.46º34.75%46.27%-
XYZ15.1517.279.56-
YUV113.03107.67130.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=37.5%
G=37.82%
B=24.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118770.0100.350.5461.4621.0338.24
Hex75764D1023363d1526
Octal165166115104366752546
Binary1110101111011010011011010001111011011110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,118,77); }

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

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

 a { background-color: rgb(117,118,77); }

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

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

 span { border-color: rgb(117,118,77); }

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