#757D5E

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

Shades of Finch #757D5E

Tints of Finch #757D5E

Color information

#757D5E (or 0x757D5E) is unknown color: approx Finch. HEX triplet: 75, 7D and 5E. RGB value is (117,125,94). Sum of RGB (Red+Green+Blue) = 117+125+94=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #757D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D5E is #8A82A1. Grayscale: #777777. Windows color (decimal): -9077410 or 6192501. OLE color: 6192501.

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

Color convert

RGB11712594-
CMYK0.0600.250.51
HSL75.48º14.16%42.94%-
HSV(B)75.48º24.8%49.02%-
XYZ16.6919.2613.43-
YUV119.07113.85126.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=34.82%
G=37.20%
B=27.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125940.0600.250.5175.4814.1642.94
Hex757D5E6019334be2b
Octal1651751366031631131653
Binary11101011111101101111011001100111001110010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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