Html Css Color HEX #777261 Flint

📋 copy color: '#777261'

red 119 ◦ green 114 ◦ blue 97

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

Shades of Flint #777261

Tints of Flint #777261

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 36.06%
G = 34.55%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#777261 (or 0x777261) is known color: Flint. HEX triplet: 77, 72 and 61. RGB value is (119,114,97). Sum of RGB (Red+Green+Blue) = 119+114+97=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #777261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777261 is #888D9E. Grayscale: #717171. Windows color (decimal): -8949151 or 6386295. OLE color: 6386295.

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

Color convert

RGB 119 114 97 -
CMYK 0 0.04 0.18 0.53
HSL 46.36º 0.1% 0.42% -
HSV(B) 46.36º 0.18% 0.47% -
XYZ 15.78 16.82 13.72 -
YUV 113.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 119 114 97 0 0.04 0.18 0.53 46.36 0.1 0.42
Hex 77 72 61 0 4 12 35 2E A 2A
Octal 167 162 141 0 4 22 65 56 12 52
Binary 1110111 1110010 1100001 0 100 10010 110101 101110 1010 101010

Color Harmonies of #777261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777261

Black with #777261

Text Example


Text Example

White with #777261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777261; }

 p { color: rgb(119,114,97); }

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

background-color css

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

 a { background-color: rgb(119,114,97); }

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

border-color css

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

 span { border-color: rgb(119,114,97); }

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