Html Css Color HEX #7B6C5C Sandstone

📋 copy color: '#7B6C5C'

red 123 ◦ green 108 ◦ blue 92

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

Shades of Sandstone #7B6C5C

Tints of Sandstone #7B6C5C

RGB

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

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

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

R = 38.08%
G = 33.44%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B6C5C (or 0x7B6C5C) is known color: Sandstone. HEX triplet: 7B, 6C and 5C. RGB value is (123,108,92). Sum of RGB (Red+Green+Blue) = 123+108+92=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6C5C is #8493A3. Grayscale: #6E6E6E. Windows color (decimal): -8688548 or 6057083. OLE color: 6057083.

HSL color Cylindrical-coordinate representation of color #7B6C5C: hue angle of 30.97º 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 #7B6C5C is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 108 92 -
CMYK 0 0.12 0.25 0.52
HSL 30.97º 0.14% 0.42% -
HSV(B) 30.97º 0.25% 0.48% -
XYZ 15.46 15.71 12.34 -
YUV 110.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 123 108 92 0 0.12 0.25 0.52 30.97 0.14 0.42
Hex 7B 6C 5C 0 C 19 34 1F E 2A
Octal 173 154 134 0 14 31 64 37 16 52
Binary 1111011 1101100 1011100 0 1100 11001 110100 11111 1110 101010

Color Harmonies of #7B6C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6C5C

Black with #7B6C5C

Text Example


Text Example

White with #7B6C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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