#757A58

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

Shades of Finch #757A58

Tints of Finch #757A58

Color information

#757A58 (or 0x757A58) is unknown color: approx Finch. HEX triplet: 75, 7A and 58. RGB value is (117,122,88). Sum of RGB (Red+Green+Blue) = 117+122+88=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 122 - color contains mainly: green. Hex color #757A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A58 is #8A85A7. Grayscale: #747474. Windows color (decimal): -9078184 or 5798517. OLE color: 5798517.

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

Color convert

RGB11712288-
CMYK0.0400.280.52
HSL68.82º16.19%41.18%-
HSV(B)68.82º27.87%47.84%-
XYZ16.0618.4111.94-
YUV116.63111.84128.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=35.78%
G=37.31%
B=26.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122880.0400.280.5268.8216.1941.18
Hex757A58401C34451029
Octal1651721304034641052051
Binary111010111110101011000100011100110100100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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