#737271

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

Shades of Sandstone #737271

Tints of Sandstone #737271

Color information

#737271 (or 0x737271) is unknown color: approx Sandstone. HEX triplet: 73, 72 and 71. RGB value is (115,114,113). Sum of RGB (Red+Green+Blue) = 115+114+113=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 115 - color contains mainly: red. Hex color #737271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737271 is #8C8D8E. Grayscale: #727272. Windows color (decimal): -9211279 or 7434867. OLE color: 7434867.

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

Color convert

RGB115114113-
CMYK00.010.020.55
HSL30º0.88%44.71%-
HSV(B)30º1.74%45.1%-
XYZ16.0716.8718.03-
YUV114.18127.33128.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=33.63%
G=33.33%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511411300.010.020.55300.8844.71
Hex737271012371e12d
Octal1631621610126736155
Binary1110011111001011100010110110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737271; }

 p { color: rgb(115,114,113); }

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

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

 a { background-color: rgb(115,114,113); }

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

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

 span { border-color: rgb(115,114,113); }

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