Html Css Color HEX #777360 Flint

📋 copy color: '#777360'

red 119 ◦ green 115 ◦ blue 96

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

Shades of Flint #777360

Tints of Flint #777360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 36.06%
G = 34.85%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#777360 (or 0x777360) is known color: Flint. HEX triplet: 77, 73 and 60. RGB value is (119,115,96). Sum of RGB (Red+Green+Blue) = 119+115+96=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #777360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777360 is #888C9F. Grayscale: #727272. Windows color (decimal): -8948896 or 6321015. OLE color: 6321015.

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

Color convert

RGB 119 115 96 -
CMYK 0 0.03 0.19 0.53
HSL 49.57º 0.11% 0.42% -
HSV(B) 49.57º 0.19% 0.47% -
XYZ 15.85 17.03 13.52 -
YUV 114.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 119 115 96 0 0.03 0.19 0.53 49.57 0.11 0.42
Hex 77 73 60 0 3 13 35 32 B 2A
Octal 167 163 140 0 3 23 65 62 13 52
Binary 1110111 1110011 1100000 0 11 10011 110101 110010 1011 101010

Color Harmonies of #777360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777360

Black with #777360

Text Example


Text Example

White with #777360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777360; }

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

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

background-color css

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

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

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

border-color css

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

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

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