Html Css Color HEX #77735E Flint

📋 copy color: '#77735E'

red 119 ◦ green 115 ◦ blue 94

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

Shades of Flint #77735E

Tints of Flint #77735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 36.28%
G = 35.06%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77735E (or 0x77735E) is known color: Flint. HEX triplet: 77, 73 and 5E. RGB value is (119,115,94). Sum of RGB (Red+Green+Blue) = 119+115+94=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77735E is #888CA1. Grayscale: #717171. Windows color (decimal): -8948898 or 6189943. OLE color: 6189943.

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

Color convert

RGB 119 115 94 -
CMYK 0 0.03 0.21 0.53
HSL 50.4º 0.12% 0.42% -
HSV(B) 50.4º 0.21% 0.47% -
XYZ 15.76 16.99 13.04 -
YUV 113.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 119 115 94 0 0.03 0.21 0.53 50.4 0.12 0.42
Hex 77 73 5E 0 3 15 35 32 C 2A
Octal 167 163 136 0 3 25 65 62 14 52
Binary 1110111 1110011 1011110 0 11 10101 110101 110010 1100 101010

Color Harmonies of #77735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77735E

Black with #77735E

Text Example


Text Example

White with #77735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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