#757758

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

Shades of Finch #757758

Tints of Finch #757758

Color information

#757758 (or 0x757758) is unknown color: approx Finch. HEX triplet: 75, 77 and 58. RGB value is (117,119,88). Sum of RGB (Red+Green+Blue) = 117+119+88=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #757758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757758 is #8A88A7. Grayscale: #727272. Windows color (decimal): -9078952 or 5797749. OLE color: 5797749.

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

Color convert

RGB11711988-
CMYK0.0200.260.53
HSL63.87º14.98%40.59%-
HSV(B)63.87º26.05%46.67%-
XYZ15.6917.6811.82-
YUV114.87112.84129.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=36.11%
G=36.73%
B=27.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119880.0200.260.5363.8714.9840.59
Hex757758201A3540f29
Octal1651671302032651001751
Binary1110101111011110110001001101011010110000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757758; }

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

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

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

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

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

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

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

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