#7C7162

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

Shades of Sandstone #7C7162

Tints of Sandstone #7C7162

Color information

#7C7162 (or 0x7C7162) is unknown color: approx Sandstone. HEX triplet: 7C, 71 and 62. RGB value is (124,113,98). Sum of RGB (Red+Green+Blue) = 124+113+98=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7162 is #838E9D. Grayscale: #727272. Windows color (decimal): -8621726 or 6451580. OLE color: 6451580.

HSL color Cylindrical-coordinate representation of color #7C7162: hue angle of 34.62º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7162 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12411398-
CMYK00.090.210.51
HSL34.62º11.71%43.53%-
HSV(B)34.62º20.97%48.63%-
XYZ16.4216.9813.97-
YUV114.58118.64134.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=37.01%
G=33.73%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241139800.090.210.5134.6211.7143.53
Hex7C716209153323c2c
Octal1741611420112563431454
Binary11111001110001110001001001101011100111000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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