#7C7265

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

Shades of Sandstone #7C7265

Tints of Sandstone #7C7265

Color information

#7C7265 (or 0x7C7265) is unknown color: approx Sandstone. HEX triplet: 7C, 72 and 65. RGB value is (124,114,101). Sum of RGB (Red+Green+Blue) = 124+114+101=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7265 is #838D9A. Grayscale: #737373. Windows color (decimal): -8621467 or 6648444. OLE color: 6648444.

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

Color convert

RGB124114101-
CMYK00.080.190.51
HSL33.91º10.22%44.12%-
HSV(B)33.91º18.55%48.63%-
XYZ16.6817.2614.76-
YUV115.51119.81134.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=36.58%
G=33.63%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411410100.080.190.5133.9110.2244.12
Hex7C726508133322a2c
Octal1741621450102363421254
Binary11111001110010110010101000100111100111000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,101); }

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

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

 a { background-color: rgb(124,114,101); }

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

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

 span { border-color: rgb(124,114,101); }

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