#757849

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

Shades of Finch #757849

Tints of Finch #757849

Color information

#757849 (or 0x757849) is unknown color: approx Finch. HEX triplet: 75, 78 and 49. RGB value is (117,120,73). Sum of RGB (Red+Green+Blue) = 117+120+73=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #757849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757849 is #8A87B6. Grayscale: #717171. Windows color (decimal): -9078711 or 4814965. OLE color: 4814965.

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

Color convert

RGB11712073-
CMYK0.0200.390.53
HSL63.83º24.35%37.84%-
HSV(B)63.83º39.17%47.06%-
XYZ15.2617.78.91-
YUV113.74105.01130.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=37.74%
G=38.71%
B=23.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120730.0200.390.5363.8324.3537.84
Hex757849202735401826
Octal1651701112047651003046
Binary111010111110001001001100100111110101100000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757849; }

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

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

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

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

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

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

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

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