#787462

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

Shades of Flint #787462

Tints of Flint #787462

Color information

#787462 (or 0x787462) is unknown color: approx Flint. HEX triplet: 78, 74 and 62. RGB value is (120,116,98). Sum of RGB (Red+Green+Blue) = 120+116+98=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #787462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787462 is #878B9D. Grayscale: #737373. Windows color (decimal): -8883102 or 6452344. OLE color: 6452344.

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

Color convert

RGB12011698-
CMYK00.030.180.53
HSL49.09º10.09%42.75%-
HSV(B)49.09º18.33%47.06%-
XYZ16.217.3714.05-
YUV115.14118.33131.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=35.93%
G=34.73%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201169800.030.180.5349.0910.0942.75
Hex78746203123531a2b
Octal170164142032265611253
Binary111100011101001100010011100101101011100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787462; }

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

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

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

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

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

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

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

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