Html Css Color HEX #7B6C56 Sandstone

📋 copy color: '#7B6C56'

red 123 ◦ green 108 ◦ blue 86

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

Shades of Sandstone #7B6C56

Tints of Sandstone #7B6C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 38.8%
G = 34.07%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B6C56 (or 0x7B6C56) is known color: Sandstone. HEX triplet: 7B, 6C and 56. RGB value is (123,108,86). Sum of RGB (Red+Green+Blue) = 123+108+86=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C56 is #8493A9. Grayscale: #6E6E6E. Windows color (decimal): -8688554 or 5663867. OLE color: 5663867.

HSL color Cylindrical-coordinate representation of color #7B6C56: hue angle of 35.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6C56 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 108 86 -
CMYK 0 0.12 0.30 0.52
HSL 35.68º 0.18% 0.41% -
HSV(B) 35.68º 0.3% 0.48% -
XYZ 15.21 15.61 11.02 -
YUV 109.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 123 108 86 0 0.12 0.30 0.52 35.68 0.18 0.41
Hex 7B 6C 56 0 C 1E 34 24 12 29
Octal 173 154 126 0 14 36 64 44 22 51
Binary 1111011 1101100 1010110 0 1100 11110 110100 100100 10010 101001

Color Harmonies of #7B6C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6C56

Black with #7B6C56

Text Example


Text Example

White with #7B6C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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