#7A7162

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

Shades of Sandstone #7A7162

Tints of Sandstone #7A7162

Color information

#7A7162 (or 0x7A7162) is unknown color: approx Sandstone. HEX triplet: 7A, 71 and 62. RGB value is (122,113,98). Sum of RGB (Red+Green+Blue) = 122+113+98=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7162 is #858E9D. Grayscale: #727272. Windows color (decimal): -8752798 or 6451578. OLE color: 6451578.

HSL color Cylindrical-coordinate representation of color #7A7162: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7162 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB12211398-
CMYK00.070.200.52
HSL37.5º10.91%43.14%-
HSV(B)37.5º19.67%47.84%-
XYZ16.1416.8313.95-
YUV113.98118.98133.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=36.64%
G=33.93%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221139800.070.200.5237.510.9143.14
Hex7A716207143426b2b
Octal172161142072464461353
Binary1111010111000111000100111101001101001001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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