Html Css Color HEX #767262 Flint

📋 copy color: '#767262'

red 118 ◦ green 114 ◦ blue 98

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

Shades of Flint #767262

Tints of Flint #767262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 35.76%
G = 34.55%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#767262 (or 0x767262) is known color: Flint. HEX triplet: 76, 72 and 62. RGB value is (118,114,98). Sum of RGB (Red+Green+Blue) = 118+114+98=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #767262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767262 is #898D9D. Grayscale: #717171. Windows color (decimal): -9014686 or 6451830. OLE color: 6451830.

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

Color convert

RGB 118 114 98 -
CMYK 0 0.03 0.17 0.54
HSL 48º 0.09% 0.42% -
HSV(B) 48º 0.17% 0.46% -
XYZ 15.69 16.77 13.96 -
YUV 113.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 118 114 98 0 0.03 0.17 0.54 48 0.09 0.42
Hex 76 72 62 0 3 11 36 30 9 2A
Octal 166 162 142 0 3 21 66 60 11 52
Binary 1110110 1110010 1100010 0 11 10001 110110 110000 1001 101010

Color Harmonies of #767262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767262

Black with #767262

Text Example


Text Example

White with #767262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767262; }

 p { color: rgb(118,114,98); }

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

background-color css

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

 a { background-color: rgb(118,114,98); }

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

border-color css

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

 span { border-color: rgb(118,114,98); }

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