#757D4C

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

Shades of Finch #757D4C

Tints of Finch #757D4C

Color information

#757D4C (or 0x757D4C) is unknown color: approx Finch. HEX triplet: 75, 7D and 4C. RGB value is (117,125,76). Sum of RGB (Red+Green+Blue) = 117+125+76=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #757D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757D4C is #8A82B3. Grayscale: #757575. Windows color (decimal): -9077428 or 5012853. OLE color: 5012853.

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

Color convert

RGB11712576-
CMYK0.0600.390.51
HSL69.8º24.38%39.41%-
HSV(B)69.8º39.2%49.02%-
XYZ15.9718.979.66-
YUV117.02104.85127.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 125 (49.22% from 255) = 39.31%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=36.79%
G=39.31%
B=23.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125760.0600.390.5169.824.3839.41
Hex757D4C602733461827
Octal1651751146047631063047
Binary1110101111110110011001100100111110011100011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,125,76); }

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

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

 a { background-color: rgb(117,125,76); }

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

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

 span { border-color: rgb(117,125,76); }

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