Html Css Color HEX #777262 Flint

📋 copy color: '#777262'

red 119 ◦ green 114 ◦ blue 98

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

Shades of Flint #777262

Tints of Flint #777262

RGB

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

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

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

R = 35.95%
G = 34.44%
B = 29.61%

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

#777262 (or 0x777262) is known color: Flint. HEX triplet: 77, 72 and 62. RGB value is (119,114,98). Sum of RGB (Red+Green+Blue) = 119+114+98=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #777262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777262 is #888D9D. Grayscale: #717171. Windows color (decimal): -8949150 or 6451831. OLE color: 6451831.

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

Color convert

RGB 119 114 98 -
CMYK 0 0.04 0.18 0.53
HSL 45.71º 0.1% 0.43% -
HSV(B) 45.71º 0.18% 0.47% -
XYZ 15.83 16.84 13.97 -
YUV 113.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 119 114 98 0 0.04 0.18 0.53 45.71 0.1 0.43
Hex 77 72 62 0 4 12 35 2E A 2B
Octal 167 162 142 0 4 22 65 56 12 53
Binary 1110111 1110010 1100010 0 100 10010 110101 101110 1010 101011

Color Harmonies of #777262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777262

Black with #777262

Text Example


Text Example

White with #777262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777262; }

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

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

background-color css

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

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

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

border-color css

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

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

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