Html Css Color HEX #7C6F62 Sandstone

📋 copy color: '#7C6F62'

red 124 ◦ green 111 ◦ blue 98

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

Shades of Sandstone #7C6F62

Tints of Sandstone #7C6F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 37.24%
G = 33.33%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C6F62 (or 0x7C6F62) is known color: Sandstone. HEX triplet: 7C, 6F and 62. RGB value is (124,111,98). Sum of RGB (Red+Green+Blue) = 124+111+98=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F62 is #83909D. Grayscale: #717171. Windows color (decimal): -8622238 or 6451068. OLE color: 6451068.

HSL color Cylindrical-coordinate representation of color #7C6F62: hue angle of 30º 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 #7C6F62 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 111 98 -
CMYK 0 0.10 0.21 0.51
HSL 30º 0.12% 0.44% -
HSV(B) 30º 0.21% 0.49% -
XYZ 16.2 16.54 13.89 -
YUV 113.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 124 111 98 0 0.10 0.21 0.51 30 0.12 0.44
Hex 7C 6F 62 0 A 15 33 1E C 2C
Octal 174 157 142 0 12 25 63 36 14 54
Binary 1111100 1101111 1100010 0 1010 10101 110011 11110 1100 101100

Color Harmonies of #7C6F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6F62

Black with #7C6F62

Text Example


Text Example

White with #7C6F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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