#757D5D

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

Shades of Finch #757D5D

Tints of Finch #757D5D

Color information

#757D5D (or 0x757D5D) is unknown color: approx Finch. HEX triplet: 75, 7D and 5D. RGB value is (117,125,93). Sum of RGB (Red+Green+Blue) = 117+125+93=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 125 - color contains mainly: green. Hex color #757D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D5D is #8A82A2. Grayscale: #777777. Windows color (decimal): -9077411 or 6126965. OLE color: 6126965.

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

Color convert

RGB11712593-
CMYK0.0600.260.51
HSL75º14.68%42.75%-
HSV(B)75º25.6%49.02%-
XYZ16.6519.2413.19-
YUV118.96113.35126.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=34.93%
G=37.31%
B=27.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125930.0600.260.517514.6842.75
Hex757D5D601A334bf2b
Octal1651751356032631131753
Binary11101011111101101110111001101011001110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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