#757844

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

Shades of Finch #757844

Tints of Finch #757844

Color information

#757844 (or 0x757844) is unknown color: approx Finch. HEX triplet: 75, 78 and 44. RGB value is (117,120,68). Sum of RGB (Red+Green+Blue) = 117+120+68=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #757844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757844 is #8A87BB. Grayscale: #717171. Windows color (decimal): -9078716 or 4487285. OLE color: 4487285.

HSL color Cylindrical-coordinate representation of color #757844: hue angle of 63.46º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757844 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB11712068-
CMYK0.0200.430.53
HSL63.46º27.66%36.86%-
HSV(B)63.46º43.33%47.06%-
XYZ15.117.638.08-
YUV113.18102.51130.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=38.36%
G=39.34%
B=22.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120680.0200.430.5363.4627.6636.86
Hex757844202B353f1c25
Octal165170104205365773445
Binary11101011111000100010010010101111010111111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757844; }

 p { color: rgb(117,120,68); }

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

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

 a { background-color: rgb(117,120,68); }

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

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

 span { border-color: rgb(117,120,68); }

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