#757951

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

Shades of Finch #757951

Tints of Finch #757951

Color information

#757951 (or 0x757951) is unknown color: approx Finch. HEX triplet: 75, 79 and 51. RGB value is (117,121,81). Sum of RGB (Red+Green+Blue) = 117+121+81=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #757951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757951 is #8A86AE. Grayscale: #737373. Windows color (decimal): -9078447 or 5339509. OLE color: 5339509.

HSL color Cylindrical-coordinate representation of color #757951: hue angle of 66º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757951 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB11712181-
CMYK0.0300.330.53
HSL66º19.8%39.61%-
HSV(B)66º33.06%47.45%-
XYZ15.6618.0510.44-
YUV115.24108.67129.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=36.68%
G=37.93%
B=25.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121810.0300.330.536619.839.61
Hex757951302135421428
Octal1651711213041651022450
Binary111010111110011010001110100001110101100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757951; }

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

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

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

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

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

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

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

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