#787463

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

Shades of Flint #787463

Tints of Flint #787463

Color information

#787463 (or 0x787463) is unknown color: approx Flint. HEX triplet: 78, 74 and 63. RGB value is (120,116,99). Sum of RGB (Red+Green+Blue) = 120+116+99=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787463 is #878B9C. Grayscale: #737373. Windows color (decimal): -8883101 or 6517880. OLE color: 6517880.

HSL color Cylindrical-coordinate representation of color #787463: hue angle of 48.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787463 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12011699-
CMYK00.030.170.53
HSL48.57º9.59%42.94%-
HSV(B)48.57º17.5%47.06%-
XYZ16.2417.3814.3-
YUV115.26118.83131.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=35.82%
G=34.63%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201169900.030.170.5348.579.5942.94
Hex78746303113531a2b
Octal170164143032165611253
Binary111100011101001100011011100011101011100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787463; }

 p { color: rgb(120,116,99); }

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

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

 a { background-color: rgb(120,116,99); }

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

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

 span { border-color: rgb(120,116,99); }

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