#757958

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

Shades of Finch #757958

Tints of Finch #757958

Color information

#757958 (or 0x757958) is unknown color: approx Finch. HEX triplet: 75, 79 and 58. RGB value is (117,121,88). Sum of RGB (Red+Green+Blue) = 117+121+88=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #757958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757958 is #8A86A7. Grayscale: #747474. Windows color (decimal): -9078440 or 5798261. OLE color: 5798261.

HSL color Cylindrical-coordinate representation of color #757958: hue angle of 67.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757958 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB11712188-
CMYK0.0300.270.53
HSL67.27º15.79%40.98%-
HSV(B)67.27º27.27%47.45%-
XYZ15.9318.1611.9-
YUV116.04112.17128.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=35.89%
G=37.12%
B=26.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121880.0300.270.5367.2715.7940.98
Hex757958301B35431029
Octal1651711303033651032051
Binary11101011111001101100011011011110101100001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757958; }

 p { color: rgb(117,121,88); }

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

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

 a { background-color: rgb(117,121,88); }

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

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

 span { border-color: rgb(117,121,88); }

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