Html Css Color HEX #7B6C5B Sandstone

📋 copy color: '#7B6C5B'

red 123 ◦ green 108 ◦ blue 91

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

Shades of Sandstone #7B6C5B

Tints of Sandstone #7B6C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 38.2%
G = 33.54%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B6C5B (or 0x7B6C5B) is known color: Sandstone. HEX triplet: 7B, 6C and 5B. RGB value is (123,108,91). Sum of RGB (Red+Green+Blue) = 123+108+91=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C5B is #8493A4. Grayscale: #6E6E6E. Windows color (decimal): -8688549 or 5991547. OLE color: 5991547.

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

Color convert

RGB 123 108 91 -
CMYK 0 0.12 0.26 0.52
HSL 31.88º 0.15% 0.42% -
HSV(B) 31.88º 0.26% 0.48% -
XYZ 15.42 15.69 12.11 -
YUV 110.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 123 108 91 0 0.12 0.26 0.52 31.88 0.15 0.42
Hex 7B 6C 5B 0 C 1A 34 20 F 2A
Octal 173 154 133 0 14 32 64 40 17 52
Binary 1111011 1101100 1011011 0 1100 11010 110100 100000 1111 101010

Color Harmonies of #7B6C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6C5B

Black with #7B6C5B

Text Example


Text Example

White with #7B6C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,108,91); }

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

background-color css

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

 a { background-color: rgb(123,108,91); }

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

border-color css

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

 span { border-color: rgb(123,108,91); }

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