#7A7168

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

Shades of Sandstone #7A7168

Tints of Sandstone #7A7168

Color information

#7A7168 (or 0x7A7168) is unknown color: approx Sandstone. HEX triplet: 7A, 71 and 68. RGB value is (122,113,104). Sum of RGB (Red+Green+Blue) = 122+113+104=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7168 is #858E97. Grayscale: #727272. Windows color (decimal): -8752792 or 6844794. OLE color: 6844794.

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

Color convert

RGB122113104-
CMYK00.070.150.52
HSL30º7.96%44.31%-
HSV(B)30º14.75%47.84%-
XYZ16.4316.9515.5-
YUV114.66121.98133.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=35.99%
G=33.33%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211310400.070.150.52307.9644.31
Hex7A716807F341e82c
Octal172161150071764361054
Binary11110101110001110100001111111110100111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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