#758050

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

Shades of Finch #758050

Tints of Finch #758050

Color information

#758050 (or 0x758050) is unknown color: approx Finch. HEX triplet: 75, 80 and 50. RGB value is (117,128,80). Sum of RGB (Red+Green+Blue) = 117+128+80=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #758050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758050 is #8A7FAF. Grayscale: #777777. Windows color (decimal): -9076656 or 5275765. OLE color: 5275765.

HSL color Cylindrical-coordinate representation of color #758050: hue angle of 73.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758050 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB11712880-
CMYK0.0900.380.50
HSL73.75º23.08%40.78%-
HSV(B)73.75º37.5%50.2%-
XYZ16.519.810.54-
YUV119.24105.86126.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=36%
G=39.38%
B=24.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128800.0900.380.5073.7523.0840.78
Hex7580509026324a1729
Octal16520012011046621122751
Binary111010110000000101000010010100110110010100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758050; }

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

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

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

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

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

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

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

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