Html Css Color HEX #787460 Flint

📋 copy color: '#787460'

red 120 ◦ green 116 ◦ blue 96

#787460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #787460

Tints of Flint #787460

RGB

 RED value IS 120 (47.27% from 255) = 36.14%

 GREEN value IS 116 (45.7% from 255) = 34.94%

 BLUE value IS 96 (37.89% from 255) = 28.92%

R = 36.14%
G = 34.94%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#787460 (or 0x787460) is known color: Flint. HEX triplet: 78, 74 and 60. RGB value is (120,116,96). Sum of RGB (Red+Green+Blue) = 120+116+96=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #787460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787460 is #878B9F. Grayscale: #737373. Windows color (decimal): -8883104 or 6321272. OLE color: 6321272.

HSL color Cylindrical-coordinate representation of color #787460: hue angle of 50º 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 #787460 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 96 -
CMYK 0 0.03 0.2 0.53
HSL 50º 0.11% 0.42% -
HSV(B) 50º 0.2% 0.47% -
XYZ 16.1 17.33 13.56 -
YUV 114.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 120 116 96 0 0.03 0.2 0.53 50 0.11 0.42
Hex 78 74 60 0 3 14 35 32 B 2A
Octal 170 164 140 0 3 24 65 62 13 52
Binary 1111000 1110100 1100000 0 11 10100 110101 110010 1011 101010

Color Harmonies of #787460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787460

Black with #787460

Text Example


Text Example

White with #787460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787460; }

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

 H1.HeaderClassName
 {
   color: #787460;
 }
 .AnyTagClassName
 {
   color: #787460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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