Html Css Color HEX #726C63 Sandstone

📋 copy color: '#726C63'

red 114 ◦ green 108 ◦ blue 99

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

Shades of Sandstone #726C63

Tints of Sandstone #726C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

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

R = 35.51%
G = 33.64%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#726C63 (or 0x726C63) is known color: Sandstone. HEX triplet: 72, 6C and 63. RGB value is (114,108,99). Sum of RGB (Red+Green+Blue) = 114+108+99=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C63 is #8D939C. Grayscale: #6C6C6C. Windows color (decimal): -9278365 or 6515826. OLE color: 6515826.

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

Color convert

RGB 114 108 99 -
CMYK 0 0.05 0.13 0.55
HSL 36º 0.07% 0.42% -
HSV(B) 36º 0.13% 0.45% -
XYZ 14.55 15.2 13.97 -
YUV 108.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 114 108 99 0 0.05 0.13 0.55 36 0.07 0.42
Hex 72 6C 63 0 5 D 37 24 7 2A
Octal 162 154 143 0 5 15 67 44 7 52
Binary 1110010 1101100 1100011 0 101 1101 110111 100100 111 101010

Color Harmonies of #726C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C63

Black with #726C63

Text Example


Text Example

White with #726C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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