#75785E

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

Shades of Finch #75785E

Tints of Finch #75785E

Color information

#75785E (or 0x75785E) is unknown color: approx Finch. HEX triplet: 75, 78 and 5E. RGB value is (117,120,94). Sum of RGB (Red+Green+Blue) = 117+120+94=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #75785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785E is #8A87A1. Grayscale: #747474. Windows color (decimal): -9078690 or 6191221. OLE color: 6191221.

HSL color Cylindrical-coordinate representation of color #75785E: hue angle of 66.92º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75785E is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11712094-
CMYK0.0200.220.53
HSL66.92º12.15%41.96%-
HSV(B)66.92º21.67%47.06%-
XYZ16.0718.0213.22-
YUV116.14115.51128.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=35.35%
G=36.25%
B=28.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120940.0200.220.5366.9212.1541.96
Hex75785E20163543c2a
Octal1651701362026651031452
Binary1110101111100010111101001011011010110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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