#7B6C5C

Color #7B6C5C Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #7B6C5C

Tints of Sandstone #7B6C5C

Color information

#7B6C5C (or 0x7B6C5C) is unknown color: approx 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

RGB12310892-
CMYK00.120.250.52
HSL30.97º14.42%42.16%-
HSV(B)30.97º25.2%48.24%-
XYZ15.4615.7112.34-
YUV110.66117.47136.8-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231089200.120.250.5230.9714.4242.16
Hex7B6C5C0C19341fe2a
Octal1731541340143164371652
Binary1111011110110010111000110011001110100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>