#758749

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

Shades of Finch #758749

Tints of Finch #758749

Color information

#758749 (or 0x758749) is unknown color: approx Finch. HEX triplet: 75, 87 and 49. RGB value is (117,135,73). Sum of RGB (Red+Green+Blue) = 117+135+73=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #758749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758749 is #8A78B6. Grayscale: #7A7A7A. Windows color (decimal): -9074871 or 4818805. OLE color: 4818805.

HSL color Cylindrical-coordinate representation of color #758749: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758749 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11713573-
CMYK0.1300.460.47
HSL77.42º29.81%40.78%-
HSV(B)77.42º45.93%52.94%-
XYZ17.221.599.56-
YUV122.55100.04124.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 135 (53.12% from 255) = 41.54%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=36%
G=41.54%
B=22.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135730.1300.460.4777.4229.8140.78
Hex758749D02E2F4d1e29
Octal16520711115056571153651
Binary111010110000111100100111010101110101111100110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758749; }

 p { color: rgb(117,135,73); }

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

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

 a { background-color: rgb(117,135,73); }

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

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

 span { border-color: rgb(117,135,73); }

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