Html Css Color HEX #77735F Flint

📋 copy color: '#77735F'

red 119 ◦ green 115 ◦ blue 95

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

Shades of Flint #77735F

Tints of Flint #77735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 36.17%
G = 34.95%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77735F (or 0x77735F) is known color: Flint. HEX triplet: 77, 73 and 5F. RGB value is (119,115,95). Sum of RGB (Red+Green+Blue) = 119+115+95=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77735F is #888CA0. Grayscale: #717171. Windows color (decimal): -8948897 or 6255479. OLE color: 6255479.

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

Color convert

RGB 119 115 95 -
CMYK 0 0.03 0.20 0.53
HSL 50º 0.11% 0.42% -
HSV(B) 50º 0.2% 0.47% -
XYZ 15.8 17.01 13.28 -
YUV 113.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 119 115 95 0 0.03 0.20 0.53 50 0.11 0.42
Hex 77 73 5F 0 3 14 35 32 B 2A
Octal 167 163 137 0 3 24 65 62 13 52
Binary 1110111 1110011 1011111 0 11 10100 110101 110010 1011 101010

Color Harmonies of #77735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77735F

Black with #77735F

Text Example


Text Example

White with #77735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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