#757851

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

Shades of Finch #757851

Tints of Finch #757851

Color information

#757851 (or 0x757851) is unknown color: approx Finch. HEX triplet: 75, 78 and 51. RGB value is (117,120,81). Sum of RGB (Red+Green+Blue) = 117+120+81=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #757851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757851 is #8A87AE. Grayscale: #727272. Windows color (decimal): -9078703 or 5339253. OLE color: 5339253.

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

Color convert

RGB11712081-
CMYK0.0200.320.53
HSL64.62º19.4%39.41%-
HSV(B)64.62º32.5%47.06%-
XYZ15.5417.8110.4-
YUV114.66109.01129.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=36.79%
G=37.74%
B=25.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120810.0200.320.5364.6219.439.41
Hex757851202035411327
Octal1651701212040651012347
Binary111010111110001010001100100000110101100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757851; }

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

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

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

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

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

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

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

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