Html Css Color HEX #726961 Sandstone

📋 copy color: '#726961'

red 114 ◦ green 105 ◦ blue 97

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

Shades of Sandstone #726961

Tints of Sandstone #726961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 36.08%
G = 33.23%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726961 (or 0x726961) is known color: Sandstone. HEX triplet: 72, 69 and 61. RGB value is (114,105,97). Sum of RGB (Red+Green+Blue) = 114+105+97=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726961 is #8D969E. Grayscale: #6A6A6A. Windows color (decimal): -9279135 or 6383986. OLE color: 6383986.

HSL color Cylindrical-coordinate representation of color #726961: hue angle of 28.24º 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 #726961 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 105 97 -
CMYK 0 0.08 0.15 0.55
HSL 28.24º 0.08% 0.41% -
HSV(B) 28.24º 0.15% 0.45% -
XYZ 14.15 14.54 13.37 -
YUV 106.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 114 105 97 0 0.08 0.15 0.55 28.24 0.08 0.41
Hex 72 69 61 0 8 F 37 1C 8 29
Octal 162 151 141 0 10 17 67 34 10 51
Binary 1110010 1101001 1100001 0 1000 1111 110111 11100 1000 101001

Color Harmonies of #726961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726961

Black with #726961

Text Example


Text Example

White with #726961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726961; }

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

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

background-color css

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

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

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

border-color css

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

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

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