#75764F

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

Shades of Finch #75764F

Tints of Finch #75764F

Color information

#75764F (or 0x75764F) is unknown color: approx Finch. HEX triplet: 75, 76 and 4F. RGB value is (117,118,79). Sum of RGB (Red+Green+Blue) = 117+118+79=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #75764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75764F is #8A89B0. Grayscale: #717171. Windows color (decimal): -9079217 or 5207669. OLE color: 5207669.

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

Color convert

RGB11711879-
CMYK0.0100.330.54
HSL61.54º19.8%38.63%-
HSV(B)61.54º33.05%46.27%-
XYZ15.2317.39.93-
YUV113.26108.67130.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=37.26%
G=37.58%
B=25.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118790.0100.330.5461.5419.838.63
Hex75764F1021363e1427
Octal165166117104166762447
Binary1110101111011010011111010000111011011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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