#75785D

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

Shades of Finch #75785D

Tints of Finch #75785D

Color information

#75785D (or 0x75785D) is unknown color: approx Finch. HEX triplet: 75, 78 and 5D. RGB value is (117,120,93). Sum of RGB (Red+Green+Blue) = 117+120+93=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #75785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785D is #8A87A2. Grayscale: #747474. Windows color (decimal): -9078691 or 6125685. OLE color: 6125685.

HSL color Cylindrical-coordinate representation of color #75785D: hue angle of 66.67º degrees, saturation: 0.13, 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 #75785D is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11712093-
CMYK0.0200.220.53
HSL66.67º12.68%41.76%-
HSV(B)66.67º22.5%47.06%-
XYZ16.0318.0112.99-
YUV116.02115.01128.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=35.45%
G=36.36%
B=28.18%

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
Decimal117120930.0200.220.5366.6712.6841.76
Hex75785D20163543d2a
Octal1651701352026651031552
Binary1110101111100010111011001011011010110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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