Html Css Color HEX #726A61 Sandstone

📋 copy color: '#726A61'

red 114 ◦ green 106 ◦ blue 97

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

Shades of Sandstone #726A61

Tints of Sandstone #726A61

RGB

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

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

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

R = 35.96%
G = 33.44%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726A61 (or 0x726A61) is known color: Sandstone. HEX triplet: 72, 6A and 61. RGB value is (114,106,97). Sum of RGB (Red+Green+Blue) = 114+106+97=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A61 is #8D959E. Grayscale: #6B6B6B. Windows color (decimal): -9278879 or 6384242. OLE color: 6384242.

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

Color convert

RGB 114 106 97 -
CMYK 0 0.07 0.15 0.55
HSL 31.76º 0.08% 0.41% -
HSV(B) 31.76º 0.15% 0.45% -
XYZ 14.25 14.75 13.4 -
YUV 107.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 114 106 97 0 0.07 0.15 0.55 31.76 0.08 0.41
Hex 72 6A 61 0 7 F 37 20 8 29
Octal 162 152 141 0 7 17 67 40 10 51
Binary 1110010 1101010 1100001 0 111 1111 110111 100000 1000 101001

Color Harmonies of #726A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A61

Black with #726A61

Text Example


Text Example

White with #726A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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