Html Css Color HEX #7C7160 Sandstone

📋 copy color: '#7C7160'

red 124 ◦ green 113 ◦ blue 96

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

Shades of Sandstone #7C7160

Tints of Sandstone #7C7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 37.24%
G = 33.93%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C7160 (or 0x7C7160) is known color: Sandstone. HEX triplet: 7C, 71 and 60. RGB value is (124,113,96). Sum of RGB (Red+Green+Blue) = 124+113+96=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7160 is #838E9F. Grayscale: #727272. Windows color (decimal): -8621728 or 6320508. OLE color: 6320508.

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

Color convert

RGB 124 113 96 -
CMYK 0 0.09 0.23 0.51
HSL 36.43º 0.13% 0.43% -
HSV(B) 36.43º 0.23% 0.49% -
XYZ 16.33 16.94 13.48 -
YUV 114.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 124 113 96 0 0.09 0.23 0.51 36.43 0.13 0.43
Hex 7C 71 60 0 9 17 33 24 D 2B
Octal 174 161 140 0 11 27 63 44 15 53
Binary 1111100 1110001 1100000 0 1001 10111 110011 100100 1101 101011

Color Harmonies of #7C7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7160

Black with #7C7160

Text Example


Text Example

White with #7C7160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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