#73706D

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

Shades of Sandstone #73706D

Tints of Sandstone #73706D

Color information

#73706D (or 0x73706D) is unknown color: approx Sandstone. HEX triplet: 73, 70 and 6D. RGB value is (115,112,109). Sum of RGB (Red+Green+Blue) = 115+112+109=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 115 - color contains mainly: red. Hex color #73706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73706D is #8C8F92. Grayscale: #707070. Windows color (decimal): -9211795 or 7172211. OLE color: 7172211.

HSL color Cylindrical-coordinate representation of color #73706D: hue angle of 30º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #73706D is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB115112109-
CMYK00.030.050.55
HSL30º2.68%43.92%-
HSV(B)30º5.22%45.1%-
XYZ15.6216.3416.8-
YUV112.56125.99129.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=34.23%
G=33.33%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511210900.030.050.55302.6843.92
Hex73706D035371e32c
Octal1631601550356736354
Binary1110011111000011011010111011101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73706D; }

 p { color: rgb(115,112,109); }

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

<style>
 a { background-color: #73706D; }

 a { background-color: rgb(115,112,109); }

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

<style>
 span { border-color: #73706D; }

 span { border-color: rgb(115,112,109); }

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