#7A7164

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

Shades of Sandstone #7A7164

Tints of Sandstone #7A7164

Color information

#7A7164 (or 0x7A7164) is unknown color: approx Sandstone. HEX triplet: 7A, 71 and 64. RGB value is (122,113,100). Sum of RGB (Red+Green+Blue) = 122+113+100=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7164 is #858E9B. Grayscale: #727272. Windows color (decimal): -8752796 or 6582650. OLE color: 6582650.

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

Color convert

RGB122113100-
CMYK00.070.180.52
HSL35.45º9.91%43.53%-
HSV(B)35.45º18.03%47.84%-
XYZ16.2316.8714.46-
YUV114.21119.98133.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=36.42%
G=33.73%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211310000.070.180.5235.459.9143.53
Hex7A716407123423a2c
Octal172161144072264431254
Binary1111010111000111001000111100101101001000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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