#757D54

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

Shades of Finch #757D54

Tints of Finch #757D54

Color information

#757D54 (or 0x757D54) is unknown color: approx Finch. HEX triplet: 75, 7D and 54. RGB value is (117,125,84). Sum of RGB (Red+Green+Blue) = 117+125+84=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #757D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D54 is #8A82AB. Grayscale: #767676. Windows color (decimal): -9077420 or 5537141. OLE color: 5537141.

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

Color convert

RGB11712584-
CMYK0.0600.330.51
HSL71.71º19.62%40.98%-
HSV(B)71.71º32.8%49.02%-
XYZ16.2719.0911.21-
YUV117.93108.85127.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=35.89%
G=38.34%
B=25.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125840.0600.330.5171.7119.6240.98
Hex757D54602133481429
Octal1651751246041631102451
Binary1110101111110110101001100100001110011100100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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