#7A7664

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

Shades of Flint #7A7664

Tints of Flint #7A7664

Color information

#7A7664 (or 0x7A7664) is unknown color: approx Flint. HEX triplet: 7A, 76 and 64. RGB value is (122,118,100). Sum of RGB (Red+Green+Blue) = 122+118+100=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7664 is #85899B. Grayscale: #757575. Windows color (decimal): -8751516 or 6583930. OLE color: 6583930.

HSL color Cylindrical-coordinate representation of color #7A7664: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A7664 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB122118100-
CMYK00.030.180.52
HSL49.09º9.91%43.53%-
HSV(B)49.09º18.03%47.84%-
XYZ16.818.0114.65-
YUV117.14118.33131.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.88%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=35.88%
G=34.71%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211810000.030.180.5249.099.9143.53
Hex7A766403123431a2c
Octal172166144032264611254
Binary111101011101101100100011100101101001100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A7664; }

 p { color: rgb(122,118,100); }

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

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

 a { background-color: rgb(122,118,100); }

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

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

 span { border-color: rgb(122,118,100); }

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