Html Css Color HEX #7B6D5C Sandstone

📋 copy color: '#7B6D5C'

red 123 ◦ green 109 ◦ blue 92

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

Shades of Sandstone #7B6D5C

Tints of Sandstone #7B6D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 37.96%
G = 33.64%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B6D5C (or 0x7B6D5C) is known color: Sandstone. HEX triplet: 7B, 6D and 5C. RGB value is (123,109,92). Sum of RGB (Red+Green+Blue) = 123+109+92=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6D5C is #8492A3. Grayscale: #6F6F6F. Windows color (decimal): -8688292 or 6057339. OLE color: 6057339.

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

Color convert

RGB 123 109 92 -
CMYK 0 0.11 0.25 0.52
HSL 32.9º 0.14% 0.42% -
HSV(B) 32.9º 0.25% 0.48% -
XYZ 15.57 15.92 12.38 -
YUV 111.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 123 109 92 0 0.11 0.25 0.52 32.9 0.14 0.42
Hex 7B 6D 5C 0 B 19 34 21 E 2A
Octal 173 155 134 0 13 31 64 41 16 52
Binary 1111011 1101101 1011100 0 1011 11001 110100 100001 1110 101010

Color Harmonies of #7B6D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6D5C

Black with #7B6D5C

Text Example


Text Example

White with #7B6D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,109,92); }

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

background-color css

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

 a { background-color: rgb(123,109,92); }

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

border-color css

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

 span { border-color: rgb(123,109,92); }

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