#757853

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

Shades of Finch #757853

Tints of Finch #757853

Color information

#757853 (or 0x757853) is unknown color: approx Finch. HEX triplet: 75, 78 and 53. RGB value is (117,120,83). Sum of RGB (Red+Green+Blue) = 117+120+83=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #757853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757853 is #8A87AC. Grayscale: #737373. Windows color (decimal): -9078701 or 5470325. OLE color: 5470325.

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

Color convert

RGB11712083-
CMYK0.0200.310.53
HSL64.86º18.23%39.8%-
HSV(B)64.86º30.83%47.06%-
XYZ15.6117.8410.8-
YUV114.88110.01129.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=36.56%
G=37.5%
B=25.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120830.0200.310.5364.8618.2339.8
Hex757853201F35411228
Octal1651701232037651012250
Binary11101011111000101001110011111110101100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757853; }

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

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

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

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

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

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

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

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