#757C62

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

Shades of Finch #757C62

Tints of Finch #757C62

Color information

#757C62 (or 0x757C62) is unknown color: approx Finch. HEX triplet: 75, 7C and 62. RGB value is (117,124,98). Sum of RGB (Red+Green+Blue) = 117+124+98=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #757C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C62 is #8A839D. Grayscale: #777777. Windows color (decimal): -9077662 or 6454389. OLE color: 6454389.

HSL color Cylindrical-coordinate representation of color #757C62: hue angle of 76.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757C62 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB11712498-
CMYK0.0600.210.51
HSL76.15º11.71%43.53%-
HSV(B)76.15º20.97%48.63%-
XYZ16.7519.0814.36-
YUV118.94116.18126.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=34.51%
G=36.58%
B=28.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124980.0600.210.5176.1511.7143.53
Hex757C626015334cc2c
Octal1651741426025631141454
Binary11101011111100110001011001010111001110011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,98); }

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

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

 a { background-color: rgb(117,124,98); }

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

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

 span { border-color: rgb(117,124,98); }

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