#757C43

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

Shades of Finch #757C43

Tints of Finch #757C43

Color information

#757C43 (or 0x757C43) is unknown color: approx Finch. HEX triplet: 75, 7C and 43. RGB value is (117,124,67). Sum of RGB (Red+Green+Blue) = 117+124+67=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #757C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757C43 is #8A83BC. Grayscale: #737373. Windows color (decimal): -9077693 or 4422773. OLE color: 4422773.

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

Color convert

RGB11712467-
CMYK0.0600.460.51
HSL67.37º29.84%37.45%-
HSV(B)67.37º45.97%48.63%-
XYZ15.5618.68.08-
YUV115.41100.68129.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=37.99%
G=40.26%
B=21.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124670.0600.460.5167.3729.8437.45
Hex757C43602E33431e25
Octal1651741036056631033645
Binary1110101111110010000111100101110110011100001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,67); }

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

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

 a { background-color: rgb(117,124,67); }

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

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

 span { border-color: rgb(117,124,67); }

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