#757848

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

Shades of Finch #757848

Tints of Finch #757848

Color information

#757848 (or 0x757848) is unknown color: approx Finch. HEX triplet: 75, 78 and 48. RGB value is (117,120,72). Sum of RGB (Red+Green+Blue) = 117+120+72=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #757848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757848 is #8A87B7. Grayscale: #717171. Windows color (decimal): -9078712 or 4749429. OLE color: 4749429.

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

Color convert

RGB11712072-
CMYK0.0200.400.53
HSL63.75º25%37.65%-
HSV(B)63.75º40%47.06%-
XYZ15.2217.688.74-
YUV113.63104.51130.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=37.86%
G=38.83%
B=23.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120720.0200.400.5363.752537.65
Hex757848202835401926
Octal1651701102050651003146
Binary111010111110001001000100101000110101100000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757848; }

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

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

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

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

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

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

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

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