#757B50

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

Shades of Finch #757B50

Tints of Finch #757B50

Color information

#757B50 (or 0x757B50) is unknown color: approx Finch. HEX triplet: 75, 7B and 50. RGB value is (117,123,80). Sum of RGB (Red+Green+Blue) = 117+123+80=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #757B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B50 is #8A84AF. Grayscale: #747474. Windows color (decimal): -9077936 or 5274485. OLE color: 5274485.

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

Color convert

RGB11712380-
CMYK0.0500.350.52
HSL68.37º21.18%39.8%-
HSV(B)68.37º34.96%48.24%-
XYZ15.8718.5310.33-
YUV116.3107.51128.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 80 (31.64% from 255) = 25%
R=36.56%
G=38.44%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123800.0500.350.5268.3721.1839.8
Hex757B50502334441528
Octal1651731205043641042550
Binary1110101111101110100001010100011110100100010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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