#758547

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

Shades of Finch #758547

Tints of Finch #758547

Color information

#758547 (or 0x758547) is unknown color: approx Finch. HEX triplet: 75, 85 and 47. RGB value is (117,133,71). Sum of RGB (Red+Green+Blue) = 117+133+71=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #758547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758547 is #8A7AB8. Grayscale: #797979. Windows color (decimal): -9075385 or 4687221. OLE color: 4687221.

HSL color Cylindrical-coordinate representation of color #758547: hue angle of 75.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758547 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB11713371-
CMYK0.1200.470.48
HSL75.48º30.39%40%-
HSV(B)75.48º46.62%52.16%-
XYZ16.8621.019.13-
YUV121.1599.7125.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=36.45%
G=41.43%
B=22.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133710.1200.470.4875.4830.3940
Hex758547C02F304b1e28
Octal16520510714057601133650
Binary111010110000101100011111000101111110000100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758547; }

 p { color: rgb(117,133,71); }

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

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

 a { background-color: rgb(117,133,71); }

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

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

 span { border-color: rgb(117,133,71); }

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