#757852

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

Shades of Finch #757852

Tints of Finch #757852

Color information

#757852 (or 0x757852) is unknown color: approx Finch. HEX triplet: 75, 78 and 52. RGB value is (117,120,82). Sum of RGB (Red+Green+Blue) = 117+120+82=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #757852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757852 is #8A87AD. Grayscale: #727272. Windows color (decimal): -9078702 or 5404789. OLE color: 5404789.

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

Color convert

RGB11712082-
CMYK0.0200.320.53
HSL64.74º18.81%39.61%-
HSV(B)64.74º31.67%47.06%-
XYZ15.5817.8210.6-
YUV114.77109.51129.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=36.68%
G=37.62%
B=25.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120820.0200.320.5364.7418.8139.61
Hex757852202035411328
Octal1651701222040651012350
Binary111010111110001010010100100000110101100000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757852; }

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

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

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

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

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

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

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

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