#787360

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

Shades of Flint #787360

Tints of Flint #787360

Color information

#787360 (or 0x787360) is unknown color: approx Flint. HEX triplet: 78, 73 and 60. RGB value is (120,115,96). Sum of RGB (Red+Green+Blue) = 120+115+96=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #787360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787360 is #878C9F. Grayscale: #727272. Windows color (decimal): -8883360 or 6321016. OLE color: 6321016.

HSL color Cylindrical-coordinate representation of color #787360: hue angle of 47.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787360 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB12011596-
CMYK00.040.20.53
HSL47.5º11.11%42.35%-
HSV(B)47.5º20%47.06%-
XYZ15.9917.113.52-
YUV114.33117.66132.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=36.25%
G=34.74%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201159600.040.20.5347.511.1142.35
Hex78736004143530b2a
Octal170163140042465601352
Binary1111000111001111000000100101001101011100001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787360; }

 p { color: rgb(120,115,96); }

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

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

 a { background-color: rgb(120,115,96); }

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

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

 span { border-color: rgb(120,115,96); }

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