#75805E

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

Shades of Finch #75805E

Tints of Finch #75805E

Color information

#75805E (or 0x75805E) is unknown color: approx Finch. HEX triplet: 75, 80 and 5E. RGB value is (117,128,94). Sum of RGB (Red+Green+Blue) = 117+128+94=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #75805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75805E is #8A7FA1. Grayscale: #787878. Windows color (decimal): -9076642 or 6193269. OLE color: 6193269.

HSL color Cylindrical-coordinate representation of color #75805E: hue angle of 79.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75805E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB11712894-
CMYK0.0900.270.50
HSL79.41º15.32%43.53%-
HSV(B)79.41º26.56%50.2%-
XYZ17.0820.0313.56-
YUV120.84112.86125.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=34.51%
G=37.76%
B=27.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128940.0900.270.5079.4115.3243.53
Hex75805E901B324ff2c
Octal16520013611033621171754
Binary1110101100000001011110100101101111001010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75805E; }

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

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

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

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

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

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

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

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