#757B4F

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

Shades of Finch #757B4F

Tints of Finch #757B4F

Color information

#757B4F (or 0x757B4F) is unknown color: approx Finch. HEX triplet: 75, 7B and 4F. RGB value is (117,123,79). Sum of RGB (Red+Green+Blue) = 117+123+79=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #757B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B4F is #8A84B0. Grayscale: #747474. Windows color (decimal): -9077937 or 5208949. OLE color: 5208949.

HSL color Cylindrical-coordinate representation of color #757B4F: hue angle of 68.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757B4F is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB11712379-
CMYK0.0500.360.52
HSL68.18º21.78%39.61%-
HSV(B)68.18º35.77%48.24%-
XYZ15.8318.5110.14-
YUV116.19107.01128.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=36.68%
G=38.56%
B=24.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123790.0500.360.5268.1821.7839.61
Hex757B4F502434441628
Octal1651731175044641042650
Binary1110101111101110011111010100100110100100010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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