#757854

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

Shades of Finch #757854

Tints of Finch #757854

Color information

#757854 (or 0x757854) is unknown color: approx Finch. HEX triplet: 75, 78 and 54. RGB value is (117,120,84). Sum of RGB (Red+Green+Blue) = 117+120+84=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #757854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757854 is #8A87AB. Grayscale: #737373. Windows color (decimal): -9078700 or 5535861. OLE color: 5535861.

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

Color convert

RGB11712084-
CMYK0.0200.30.53
HSL65º17.65%40%-
HSV(B)65º30%47.06%-
XYZ15.6517.8511.01-
YUV115110.51129.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=36.45%
G=37.38%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120840.0200.30.536517.6540
Hex757854201E35411228
Octal1651701242036651012250
Binary11101011111000101010010011110110101100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757854; }

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

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

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

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

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

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

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

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