Html Css Color HEX #726C64 Sandstone

📋 copy color: '#726C64'

red 114 ◦ green 108 ◦ blue 100

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

Shades of Sandstone #726C64

Tints of Sandstone #726C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 35.4%
G = 33.54%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#726C64 (or 0x726C64) is known color: Sandstone. HEX triplet: 72, 6C and 64. RGB value is (114,108,100). Sum of RGB (Red+Green+Blue) = 114+108+100=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C64 is #8D939B. Grayscale: #6C6C6C. Windows color (decimal): -9278364 or 6581362. OLE color: 6581362.

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

Color convert

RGB 114 108 100 -
CMYK 0 0.05 0.12 0.55
HSL 34.29º 0.07% 0.42% -
HSV(B) 34.29º 0.12% 0.45% -
XYZ 14.6 15.22 14.23 -
YUV 108.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 114 108 100 0 0.05 0.12 0.55 34.29 0.07 0.42
Hex 72 6C 64 0 5 C 37 22 7 2A
Octal 162 154 144 0 5 14 67 42 7 52
Binary 1110010 1101100 1100100 0 101 1100 110111 100010 111 101010

Color Harmonies of #726C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C64

Black with #726C64

Text Example


Text Example

White with #726C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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