#757D48

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

Shades of Finch #757D48

Tints of Finch #757D48

Color information

#757D48 (or 0x757D48) is unknown color: approx Finch. HEX triplet: 75, 7D and 48. RGB value is (117,125,72). Sum of RGB (Red+Green+Blue) = 117+125+72=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #757D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D48 is #8A82B7. Grayscale: #747474. Windows color (decimal): -9077432 or 4750709. OLE color: 4750709.

HSL color Cylindrical-coordinate representation of color #757D48: hue angle of 69.06º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757D48 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB11712572-
CMYK0.0600.420.51
HSL69.06º26.9%38.63%-
HSV(B)69.06º42.4%49.02%-
XYZ15.8418.928.95-
YUV116.57102.85128.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=37.26%
G=39.81%
B=22.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125720.0600.420.5169.0626.938.63
Hex757D48602A33451b27
Octal1651751106052631053347
Binary1110101111110110010001100101010110011100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D48; }

 p { color: rgb(117,125,72); }

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

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

 a { background-color: rgb(117,125,72); }

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

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

 span { border-color: rgb(117,125,72); }

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