Html Css Color HEX #767160 Flint

📋 copy color: '#767160'

red 118 ◦ green 113 ◦ blue 96

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

Shades of Flint #767160

Tints of Flint #767160

RGB

 RED value IS 118 (46.48% from 255) = 36.09%

 GREEN value IS 113 (44.53% from 255) = 34.56%

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

R = 36.09%
G = 34.56%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#767160 (or 0x767160) is known color: Flint. HEX triplet: 76, 71 and 60. RGB value is (118,113,96). Sum of RGB (Red+Green+Blue) = 118+113+96=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #767160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767160 is #898E9F. Grayscale: #707070. Windows color (decimal): -9014944 or 6320502. OLE color: 6320502.

HSL color Cylindrical-coordinate representation of color #767160: hue angle of 46.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767160 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 113 96 -
CMYK 0 0.04 0.19 0.54
HSL 46.36º 0.1% 0.42% -
HSV(B) 46.36º 0.19% 0.46% -
XYZ 15.49 16.51 13.44 -
YUV 112.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 118 113 96 0 0.04 0.19 0.54 46.36 0.1 0.42
Hex 76 71 60 0 4 13 36 2E A 2A
Octal 166 161 140 0 4 23 66 56 12 52
Binary 1110110 1110001 1100000 0 100 10011 110110 101110 1010 101010

Color Harmonies of #767160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767160

Black with #767160

Text Example


Text Example

White with #767160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767160; }

 p { color: rgb(118,113,96); }

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

background-color css

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

 a { background-color: rgb(118,113,96); }

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

border-color css

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

 span { border-color: rgb(118,113,96); }

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