Html Css Color HEX #726C61 Sandstone

📋 copy color: '#726C61'

red 114 ◦ green 108 ◦ blue 97

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

Shades of Sandstone #726C61

Tints of Sandstone #726C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 35.74%
G = 33.86%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726C61 (or 0x726C61) is known color: Sandstone. HEX triplet: 72, 6C and 61. RGB value is (114,108,97). Sum of RGB (Red+Green+Blue) = 114+108+97=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C61 is #8D939E. Grayscale: #6C6C6C. Windows color (decimal): -9278367 or 6384754. OLE color: 6384754.

HSL color Cylindrical-coordinate representation of color #726C61: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726C61 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 97 -
CMYK 0 0.05 0.15 0.55
HSL 38.82º 0.08% 0.41% -
HSV(B) 38.82º 0.15% 0.45% -
XYZ 14.46 15.17 13.47 -
YUV 108.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 114 108 97 0 0.05 0.15 0.55 38.82 0.08 0.41
Hex 72 6C 61 0 5 F 37 27 8 29
Octal 162 154 141 0 5 17 67 47 10 51
Binary 1110010 1101100 1100001 0 101 1111 110111 100111 1000 101001

Color Harmonies of #726C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C61

Black with #726C61

Text Example


Text Example

White with #726C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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