#757B4E

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

Shades of Finch #757B4E

Tints of Finch #757B4E

Color information

#757B4E (or 0x757B4E) is unknown color: approx Finch. HEX triplet: 75, 7B and 4E. RGB value is (117,123,78). Sum of RGB (Red+Green+Blue) = 117+123+78=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 123 - color contains mainly: green. Hex color #757B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B4E is #8A84B1. Grayscale: #747474. Windows color (decimal): -9077938 or 5143413. OLE color: 5143413.

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

Color convert

RGB11712378-
CMYK0.0500.370.52
HSL68º22.39%39.41%-
HSV(B)68º36.59%48.24%-
XYZ15.7918.59.95-
YUV116.08106.51128.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=36.79%
G=38.68%
B=24.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123780.0500.370.526822.3939.41
Hex757B4E502534441627
Octal1651731165045641042647
Binary1110101111101110011101010100101110100100010010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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