Html Css Color HEX #726D66 Sandstone

📋 copy color: '#726D66'

red 114 ◦ green 109 ◦ blue 102

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

Shades of Sandstone #726D66

Tints of Sandstone #726D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 35.08%
G = 33.54%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726D66 (or 0x726D66) is known color: Sandstone. HEX triplet: 72, 6D and 66. RGB value is (114,109,102). Sum of RGB (Red+Green+Blue) = 114+109+102=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D66 is #8D9299. Grayscale: #6D6D6D. Windows color (decimal): -9278106 or 6712690. OLE color: 6712690.

HSL color Cylindrical-coordinate representation of color #726D66: hue angle of 35º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726D66 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 102 -
CMYK 0 0.04 0.11 0.55
HSL 35º 0.06% 0.42% -
HSV(B) 35º 0.11% 0.45% -
XYZ 14.81 15.47 14.78 -
YUV 109.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 114 109 102 0 0.04 0.11 0.55 35 0.06 0.42
Hex 72 6D 66 0 4 B 37 23 6 2A
Octal 162 155 146 0 4 13 67 43 6 52
Binary 1110010 1101101 1100110 0 100 1011 110111 100011 110 101010

Color Harmonies of #726D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D66

Black with #726D66

Text Example


Text Example

White with #726D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,102); }

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

background-color css

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

 a { background-color: rgb(114,109,102); }

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

border-color css

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

 span { border-color: rgb(114,109,102); }

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