Html Css Color HEX #726A63 Sandstone

📋 copy color: '#726A63'

red 114 ◦ green 106 ◦ blue 99

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

Shades of Sandstone #726A63

Tints of Sandstone #726A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

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

R = 35.74%
G = 33.23%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#726A63 (or 0x726A63) is known color: Sandstone. HEX triplet: 72, 6A and 63. RGB value is (114,106,99). Sum of RGB (Red+Green+Blue) = 114+106+99=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A63 is #8D959C. Grayscale: #6B6B6B. Windows color (decimal): -9278877 or 6515314. OLE color: 6515314.

HSL color Cylindrical-coordinate representation of color #726A63: hue angle of 28º 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 #726A63 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 99 -
CMYK 0 0.07 0.13 0.55
HSL 28º 0.07% 0.42% -
HSV(B) 28º 0.13% 0.45% -
XYZ 14.35 14.79 13.9 -
YUV 107.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 114 106 99 0 0.07 0.13 0.55 28 0.07 0.42
Hex 72 6A 63 0 7 D 37 1C 7 2A
Octal 162 152 143 0 7 15 67 34 7 52
Binary 1110010 1101010 1100011 0 111 1101 110111 11100 111 101010

Color Harmonies of #726A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A63

Black with #726A63

Text Example


Text Example

White with #726A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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