#757762

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

Shades of Finch #757762

Tints of Finch #757762

Color information

#757762 (or 0x757762) is unknown color: approx Finch. HEX triplet: 75, 77 and 62. RGB value is (117,119,98). Sum of RGB (Red+Green+Blue) = 117+119+98=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #757762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757762 is #8A889D. Grayscale: #747474. Windows color (decimal): -9078942 or 6453109. OLE color: 6453109.

HSL color Cylindrical-coordinate representation of color #757762: hue angle of 65.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757762 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB11711998-
CMYK0.0200.180.53
HSL65.71º9.68%42.55%-
HSV(B)65.71º17.65%46.67%-
XYZ16.1417.8614.15-
YUV116.01117.84128.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=35.03%
G=35.63%
B=29.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119980.0200.180.5365.719.6842.55
Hex75776220123542a2b
Octal1651671422022651021253
Binary1110101111011111000101001001011010110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757762; }

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

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

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

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

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

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

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

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