#757F58

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

Shades of Finch #757F58

Tints of Finch #757F58

Color information

#757F58 (or 0x757F58) is unknown color: approx Finch. HEX triplet: 75, 7F and 58. RGB value is (117,127,88). Sum of RGB (Red+Green+Blue) = 117+127+88=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #757F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F58 is #8A80A7. Grayscale: #777777. Windows color (decimal): -9076904 or 5799797. OLE color: 5799797.

HSL color Cylindrical-coordinate representation of color #757F58: hue angle of 75.38º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757F58 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB11712788-
CMYK0.0800.310.50
HSL75.38º18.14%42.16%-
HSV(B)75.38º30.71%49.8%-
XYZ16.6919.6712.15-
YUV119.56110.19126.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=35.24%
G=38.25%
B=26.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117127880.0800.310.5075.3818.1442.16
Hex757F58801F324b122a
Octal16517713010037621132252
Binary1110101111111110110001000011111110010100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,88); }

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

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

 a { background-color: rgb(117,127,88); }

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

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

 span { border-color: rgb(117,127,88); }

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