Html Css Color HEX #726D68 Sandstone

📋 copy color: '#726D68'

red 114 ◦ green 109 ◦ blue 104

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

Shades of Sandstone #726D68

Tints of Sandstone #726D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 34.86%
G = 33.33%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#726D68 (or 0x726D68) is known color: Sandstone. HEX triplet: 72, 6D and 68. RGB value is (114,109,104). Sum of RGB (Red+Green+Blue) = 114+109+104=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D68 is #8D9297. Grayscale: #6D6D6D. Windows color (decimal): -9278104 or 6843762. OLE color: 6843762.

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

Color convert

RGB 114 109 104 -
CMYK 0 0.04 0.09 0.55
HSL 30º 0.05% 0.43% -
HSV(B) 30º 0.09% 0.45% -
XYZ 14.91 15.51 15.31 -
YUV 109.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 114 109 104 0 0.04 0.09 0.55 30 0.05 0.43
Hex 72 6D 68 0 4 9 37 1E 5 2B
Octal 162 155 150 0 4 11 67 36 5 53
Binary 1110010 1101101 1101000 0 100 1001 110111 11110 101 101011

Color Harmonies of #726D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D68

Black with #726D68

Text Example


Text Example

White with #726D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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