#757754

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

Shades of Finch #757754

Tints of Finch #757754

Color information

#757754 (or 0x757754) is unknown color: approx Finch. HEX triplet: 75, 77 and 54. RGB value is (117,119,84). Sum of RGB (Red+Green+Blue) = 117+119+84=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #757754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757754 is #8A88AB. Grayscale: #727272. Windows color (decimal): -9078956 or 5535605. OLE color: 5535605.

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

Color convert

RGB11711984-
CMYK0.0200.290.53
HSL63.43º17.24%39.8%-
HSV(B)63.43º29.41%46.67%-
XYZ15.5317.6210.97-
YUV114.41110.84129.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=36.56%
G=37.19%
B=26.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119840.0200.290.5363.4317.2439.8
Hex757754201D353f1128
Octal165167124203565772150
Binary1110101111011110101001001110111010111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757754; }

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

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

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

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

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

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

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

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