#757A51

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

Shades of Finch #757A51

Tints of Finch #757A51

Color information

#757A51 (or 0x757A51) is unknown color: approx Finch. HEX triplet: 75, 7A and 51. RGB value is (117,122,81). Sum of RGB (Red+Green+Blue) = 117+122+81=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #757A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A51 is #8A85AE. Grayscale: #737373. Windows color (decimal): -9078191 or 5339765. OLE color: 5339765.

HSL color Cylindrical-coordinate representation of color #757A51: hue angle of 67.32º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757A51 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB11712281-
CMYK0.0400.340.52
HSL67.32º20.2%39.8%-
HSV(B)67.32º33.61%47.84%-
XYZ15.7818.310.48-
YUV115.83108.34128.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=36.56%
G=38.12%
B=25.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122810.0400.340.5267.3220.239.8
Hex757A51402234431428
Octal1651721214042641032450
Binary1110101111101010100011000100010110100100001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,122,81); }

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

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

 a { background-color: rgb(117,122,81); }

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

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

 span { border-color: rgb(117,122,81); }

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