Html Css Color HEX #726D63 Sandstone

📋 copy color: '#726D63'

red 114 ◦ green 109 ◦ blue 99

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

Shades of Sandstone #726D63

Tints of Sandstone #726D63

RGB

 RED value IS 114 (44.92% from 255) = 35.4%

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 35.4%
G = 33.85%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#726D63 (or 0x726D63) is known color: Sandstone. HEX triplet: 72, 6D and 63. RGB value is (114,109,99). Sum of RGB (Red+Green+Blue) = 114+109+99=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D63 is #8D929C. Grayscale: #6D6D6D. Windows color (decimal): -9278109 or 6516082. OLE color: 6516082.

HSL color Cylindrical-coordinate representation of color #726D63: hue angle of 40º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #726D63 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 99 -
CMYK 0 0.04 0.13 0.55
HSL 40º 0.07% 0.42% -
HSV(B) 40º 0.13% 0.45% -
XYZ 14.66 15.42 14.01 -
YUV 109.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 114 109 99 0 0.04 0.13 0.55 40 0.07 0.42
Hex 72 6D 63 0 4 D 37 28 7 2A
Octal 162 155 143 0 4 15 67 50 7 52
Binary 1110010 1101101 1100011 0 100 1101 110111 101000 111 101010

Color Harmonies of #726D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D63

Black with #726D63

Text Example


Text Example

White with #726D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D63; }

 p { color: rgb(114,109,99); }

 H1.HeaderClassName
 {
   color: #726D63;
 }
 .AnyTagClassName
 {
   color: #726D63;
 }
</style>

background-color css

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

 a { background-color: rgb(114,109,99); }

 div.DivClassName
 {
   background-color: #726D63;
 }
 .BgClassName
 {
   background-color: #726D63;
 }
</style>

border-color css

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

 span { border-color: rgb(114,109,99); }

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