#757649

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

Shades of Finch #757649

Tints of Finch #757649

Color information

#757649 (or 0x757649) is unknown color: approx Finch. HEX triplet: 75, 76 and 49. RGB value is (117,118,73). Sum of RGB (Red+Green+Blue) = 117+118+73=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #757649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757649 is #8A89B6. Grayscale: #707070. Windows color (decimal): -9079223 or 4814453. OLE color: 4814453.

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

Color convert

RGB11711873-
CMYK0.0100.380.54
HSL61.33º23.56%37.45%-
HSV(B)61.33º38.14%46.27%-
XYZ15.0217.228.84-
YUV112.57105.67131.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=37.99%
G=38.31%
B=23.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118730.0100.380.5461.3323.5637.45
Hex7576491026363d1825
Octal165166111104666753045
Binary1110101111011010010011010011011011011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757649; }

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

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

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

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

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

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

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

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