#7B7369

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

Shades of Sandstone #7B7369

Tints of Sandstone #7B7369

Color information

#7B7369 (or 0x7B7369) is unknown color: approx Sandstone. HEX triplet: 7B, 73 and 69. RGB value is (123,115,105). Sum of RGB (Red+Green+Blue) = 123+115+105=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7369 is #848C96. Grayscale: #747474. Windows color (decimal): -8686743 or 6910843. OLE color: 6910843.

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

Color convert

RGB123115105-
CMYK00.070.150.52
HSL33.33º7.89%44.71%-
HSV(B)33.33º14.63%48.24%-
XYZ16.8517.4915.85-
YUV116.25121.65132.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=35.86%
G=33.53%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311510500.070.150.5233.337.8944.71
Hex7B736907F342182d
Octal173163151071764411055
Binary111101111100111101001011111111101001000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,115,105); }

 H1.HeaderClassName
 {
   color: #7B7369;
 }
 .AnyTagClassName
 {
   color: #7B7369;
 }
</style>
background-color css

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

 a { background-color: rgb(123,115,105); }

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

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

 span { border-color: rgb(123,115,105); }

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