#777462

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

Shades of Flint #777462

Tints of Flint #777462

Color information

#777462 (or 0x777462) is unknown color: approx Flint. HEX triplet: 77, 74 and 62. RGB value is (119,116,98). Sum of RGB (Red+Green+Blue) = 119+116+98=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #777462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777462 is #888B9D. Grayscale: #727272. Windows color (decimal): -8948638 or 6452343. OLE color: 6452343.

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

Color convert

RGB11911698-
CMYK00.030.180.53
HSL51.43º9.68%42.55%-
HSV(B)51.43º17.65%46.67%-
XYZ16.0617.2914.05-
YUV114.84118.49130.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=35.74%
G=34.83%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191169800.030.180.5351.439.6842.55
Hex77746203123533a2b
Octal167164142032265631253
Binary111011111101001100010011100101101011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777462; }

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

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

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

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

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

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

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

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