#7C7367

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

Shades of Sandstone #7C7367

Tints of Sandstone #7C7367

Color information

#7C7367 (or 0x7C7367) is unknown color: approx Sandstone. HEX triplet: 7C, 73 and 67. RGB value is (124,115,103). Sum of RGB (Red+Green+Blue) = 124+115+103=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7367 is #838C98. Grayscale: #747474. Windows color (decimal): -8621209 or 6779772. OLE color: 6779772.

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

Color convert

RGB124115103-
CMYK00.070.170.51
HSL34.29º9.25%44.51%-
HSV(B)34.29º16.94%48.63%-
XYZ16.8917.5315.32-
YUV116.32120.48133.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=36.26%
G=33.63%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411510300.070.170.5134.299.2544.51
Hex7C73670711332292d
Octal174163147072163421155
Binary1111100111001111001110111100011100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,115,103); }

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

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

 a { background-color: rgb(124,115,103); }

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

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

 span { border-color: rgb(124,115,103); }

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