Html Css Color HEX #777362 Flint

📋 copy color: '#777362'

red 119 ◦ green 115 ◦ blue 98

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

Shades of Flint #777362

Tints of Flint #777362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

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

R = 35.84%
G = 34.64%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#777362 (or 0x777362) is known color: Flint. HEX triplet: 77, 73 and 62. RGB value is (119,115,98). Sum of RGB (Red+Green+Blue) = 119+115+98=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #777362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777362 is #888C9D. Grayscale: #727272. Windows color (decimal): -8948894 or 6452087. OLE color: 6452087.

HSL color Cylindrical-coordinate representation of color #777362: hue angle of 48.57º 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 #777362 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 115 98 -
CMYK 0 0.03 0.18 0.53
HSL 48.57º 0.1% 0.43% -
HSV(B) 48.57º 0.18% 0.47% -
XYZ 15.94 17.07 14.01 -
YUV 114.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 119 115 98 0 0.03 0.18 0.53 48.57 0.1 0.43
Hex 77 73 62 0 3 12 35 31 A 2B
Octal 167 163 142 0 3 22 65 61 12 53
Binary 1110111 1110011 1100010 0 11 10010 110101 110001 1010 101011

Color Harmonies of #777362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777362

Black with #777362

Text Example


Text Example

White with #777362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777362; }

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

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

background-color css

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

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

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

border-color css

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

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

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