#777363

Color #777363 Flint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flint #777363

Tints of Flint #777363

Color information

#777363 (or 0x777363) is unknown color: approx Flint. HEX triplet: 77, 73 and 63. RGB value is (119,115,99). Sum of RGB (Red+Green+Blue) = 119+115+99=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #777363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777363 is #888C9C. Grayscale: #727272. Windows color (decimal): -8948893 or 6517623. OLE color: 6517623.

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

Color convert

RGB11911599-
CMYK00.030.170.53
HSL48º9.17%42.75%-
HSV(B)48º16.81%46.67%-
XYZ15.9917.0814.26-
YUV114.37119.33131.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=35.74%
G=34.53%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191159900.030.170.53489.1742.75
Hex7773630311353092b
Octal167163143032165601153
Binary111011111100111100011011100011101011100001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777363; }

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

 H1.HeaderClassName
 {
   color: #777363;
 }
 .AnyTagClassName
 {
   color: #777363;
 }
</style>
background-color css

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

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

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

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

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

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