Html Css Color HEX #767464 Flint

📋 copy color: '#767464'

red 118 ◦ green 116 ◦ blue 100

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

Shades of Flint #767464

Tints of Flint #767464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 35.33%
G = 34.73%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#767464 (or 0x767464) is known color: Flint. HEX triplet: 76, 74 and 64. RGB value is (118,116,100). Sum of RGB (Red+Green+Blue) = 118+116+100=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767464 is #898B9B. Grayscale: #727272. Windows color (decimal): -9014172 or 6583414. OLE color: 6583414.

HSL color Cylindrical-coordinate representation of color #767464: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767464 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 100 -
CMYK 0 0.02 0.15 0.54
HSL 53.33º 0.08% 0.43% -
HSV(B) 53.33º 0.15% 0.46% -
XYZ 16.02 17.26 14.54 -
YUV 114.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 118 116 100 0 0.02 0.15 0.54 53.33 0.08 0.43
Hex 76 74 64 0 2 F 36 35 8 2B
Octal 166 164 144 0 2 17 66 65 10 53
Binary 1110110 1110100 1100100 0 10 1111 110110 110101 1000 101011

Color Harmonies of #767464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767464

Black with #767464

Text Example


Text Example

White with #767464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767464; }

 p { color: rgb(118,116,100); }

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

background-color css

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

 a { background-color: rgb(118,116,100); }

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

border-color css

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

 span { border-color: rgb(118,116,100); }

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