#757F56

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

Shades of Finch #757F56

Tints of Finch #757F56

Color information

#757F56 (or 0x757F56) is unknown color: approx Finch. HEX triplet: 75, 7F and 56. RGB value is (117,127,86). Sum of RGB (Red+Green+Blue) = 117+127+86=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #757F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F56 is #8A80A9. Grayscale: #777777. Windows color (decimal): -9076906 or 5668725. OLE color: 5668725.

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

Color convert

RGB11712786-
CMYK0.0800.320.50
HSL74.63º19.25%41.76%-
HSV(B)74.63º32.28%49.8%-
XYZ16.6119.6311.72-
YUV119.34109.19126.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=35.45%
G=38.48%
B=26.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117127860.0800.320.5074.6319.2541.76
Hex757F568020324b132a
Octal16517712610040621132352
Binary11101011111111101011010000100000110010100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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