Html Css Color HEX #726E6A Sandstone

📋 copy color: '#726E6A'

red 114 ◦ green 110 ◦ blue 106

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

Shades of Sandstone #726E6A

Tints of Sandstone #726E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 34.55%
G = 33.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#726E6A (or 0x726E6A) is known color: Sandstone. HEX triplet: 72, 6E and 6A. RGB value is (114,110,106). Sum of RGB (Red+Green+Blue) = 114+110+106=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E6A is #8D9195. Grayscale: #6E6E6E. Windows color (decimal): -9277846 or 6975090. OLE color: 6975090.

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

Color convert

RGB 114 110 106 -
CMYK 0 0.04 0.07 0.55
HSL 30º 0.04% 0.43% -
HSV(B) 30º 0.07% 0.45% -
XYZ 15.12 15.77 15.88 -
YUV 110.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 114 110 106 0 0.04 0.07 0.55 30 0.04 0.43
Hex 72 6E 6A 0 4 7 37 1E 4 2B
Octal 162 156 152 0 4 7 67 36 4 53
Binary 1110010 1101110 1101010 0 100 111 110111 11110 100 101011

Color Harmonies of #726E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E6A

Black with #726E6A

Text Example


Text Example

White with #726E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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