Html Css Color HEX #737271 Sandstone

📋 copy color: '#737271'

red 115 ◦ green 114 ◦ blue 113

#737271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #737271

Tints of Sandstone #737271

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 value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#737271 (or 0x737271) is known color: 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

RGB 115 114 113 -
CMYK 0 0.01 0.02 0.55
HSL 30º 0.01% 0.45% -
HSV(B) 30º 0.02% 0.45% -
XYZ 16.07 16.87 18.03 -
YUV 114.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 115 114 113 0 0.01 0.02 0.55 30 0.01 0.45
Hex 73 72 71 0 1 2 37 1E 1 2D
Octal 163 162 161 0 1 2 67 36 1 55
Binary 1110011 1110010 1110001 0 1 10 110111 11110 1 101101

Color Harmonies of #737271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737271

Black with #737271

Text Example


Text Example

White with #737271

Text Example


Text Example

HTML Codes & Css Web 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>