Html Css Color HEX #7B6E61 Sandstone

📋 copy color: '#7B6E61'

red 123 ◦ green 110 ◦ blue 97

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

Shades of Sandstone #7B6E61

Tints of Sandstone #7B6E61

RGB

 RED value IS 123 (48.44% from 255) = 37.27%

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 37.27%
G = 33.33%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7B6E61 (or 0x7B6E61) is known color: Sandstone. HEX triplet: 7B, 6E and 61. RGB value is (123,110,97). Sum of RGB (Red+Green+Blue) = 123+110+97=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E61 is #84919E. Grayscale: #707070. Windows color (decimal): -8688031 or 6385275. OLE color: 6385275.

HSL color Cylindrical-coordinate representation of color #7B6E61: hue angle of 30º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B6E61 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 110 97 -
CMYK 0 0.11 0.21 0.52
HSL 30º 0.12% 0.43% -
HSV(B) 30º 0.21% 0.48% -
XYZ 15.9 16.23 13.6 -
YUV 112.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 123 110 97 0 0.11 0.21 0.52 30 0.12 0.43
Hex 7B 6E 61 0 B 15 34 1E C 2B
Octal 173 156 141 0 13 25 64 36 14 53
Binary 1111011 1101110 1100001 0 1011 10101 110100 11110 1100 101011

Color Harmonies of #7B6E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6E61

Black with #7B6E61

Text Example


Text Example

White with #7B6E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,110,97); }

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

background-color css

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

 a { background-color: rgb(123,110,97); }

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

border-color css

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

 span { border-color: rgb(123,110,97); }

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