#757B56

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

Shades of Finch #757B56

Tints of Finch #757B56

Color information

#757B56 (or 0x757B56) is unknown color: approx Finch. HEX triplet: 75, 7B and 56. RGB value is (117,123,86). Sum of RGB (Red+Green+Blue) = 117+123+86=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #757B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B56 is #8A84A9. Grayscale: #757575. Windows color (decimal): -9077930 or 5667701. OLE color: 5667701.

HSL color Cylindrical-coordinate representation of color #757B56: hue angle of 69.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757B56 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB11712386-
CMYK0.0500.300.52
HSL69.73º17.7%40.98%-
HSV(B)69.73º30.08%48.24%-
XYZ16.118.6211.55-
YUV116.99110.51128.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=35.89%
G=37.73%
B=26.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123860.0500.300.5269.7317.740.98
Hex757B56501E34461229
Octal1651731265036641062251
Binary111010111110111010110101011110110100100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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