#757D55

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

Shades of Finch #757D55

Tints of Finch #757D55

Color information

#757D55 (or 0x757D55) is unknown color: approx Finch. HEX triplet: 75, 7D and 55. RGB value is (117,125,85). Sum of RGB (Red+Green+Blue) = 117+125+85=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 125 - color contains mainly: green. Hex color #757D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D55 is #8A82AA. Grayscale: #767676. Windows color (decimal): -9077419 or 5602677. OLE color: 5602677.

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

Color convert

RGB11712585-
CMYK0.0600.320.51
HSL72º19.05%41.18%-
HSV(B)72º32%49.02%-
XYZ16.3119.1111.42-
YUV118.05109.35127.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=35.78%
G=38.23%
B=25.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125850.0600.320.517219.0541.18
Hex757D55602033481329
Octal1651751256040631102351
Binary1110101111110110101011100100000110011100100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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