Html Css Color HEX #7C6D5C Sandstone

📋 copy color: '#7C6D5C'

red 124 ◦ green 109 ◦ blue 92

#7C6D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #7C6D5C

Tints of Sandstone #7C6D5C

RGB

 RED value IS 124 (48.83% from 255) = 38.15%

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 38.15%
G = 33.54%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C6D5C (or 0x7C6D5C) is known color: Sandstone. HEX triplet: 7C, 6D and 5C. RGB value is (124,109,92). Sum of RGB (Red+Green+Blue) = 124+109+92=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D5C is #8392A3. Grayscale: #6F6F6F. Windows color (decimal): -8622756 or 6057340. OLE color: 6057340.

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

Color convert

RGB 124 109 92 -
CMYK 0 0.12 0.26 0.51
HSL 31.88º 0.15% 0.42% -
HSV(B) 31.88º 0.26% 0.49% -
XYZ 15.71 16 12.38 -
YUV 111.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 124 109 92 0 0.12 0.26 0.51 31.88 0.15 0.42
Hex 7C 6D 5C 0 C 1A 33 20 F 2A
Octal 174 155 134 0 14 32 63 40 17 52
Binary 1111100 1101101 1011100 0 1100 11010 110011 100000 1111 101010

Color Harmonies of #7C6D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D5C

Black with #7C6D5C

Text Example


Text Example

White with #7C6D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,92); }

 H1.HeaderClassName
 {
   color: #7C6D5C;
 }
 .AnyTagClassName
 {
   color: #7C6D5C;
 }
</style>

background-color css

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

 a { background-color: rgb(124,109,92); }

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

border-color css

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

 span { border-color: rgb(124,109,92); }

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