#73706E

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

Shades of Sandstone #73706E

Tints of Sandstone #73706E

Color information

#73706E (or 0x73706E) is unknown color: approx Sandstone. HEX triplet: 73, 70 and 6E. RGB value is (115,112,110). Sum of RGB (Red+Green+Blue) = 115+112+110=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 115 - color contains mainly: red. Hex color #73706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73706E is #8C8F91. Grayscale: #707070. Windows color (decimal): -9211794 or 7237747. OLE color: 7237747.

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

Color convert

RGB115112110-
CMYK00.030.040.55
HSL24º2.22%44.12%-
HSV(B)24º4.35%45.1%-
XYZ15.6816.3617.08-
YUV112.67126.49129.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=34.12%
G=33.23%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511211000.030.040.55242.2244.12
Hex73706E034371822c
Octal1631601560346730254
Binary1110011111000011011100111001101111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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