Html Css Color HEX #726A5F Sandstone

📋 copy color: '#726A5F'

red 114 ◦ green 106 ◦ blue 95

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

Shades of Sandstone #726A5F

Tints of Sandstone #726A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 36.19%
G = 33.65%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#726A5F (or 0x726A5F) is known color: Sandstone. HEX triplet: 72, 6A and 5F. RGB value is (114,106,95). Sum of RGB (Red+Green+Blue) = 114+106+95=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5F is #8D95A0. Grayscale: #6B6B6B. Windows color (decimal): -9278881 or 6253170. OLE color: 6253170.

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

Color convert

RGB 114 106 95 -
CMYK 0 0.07 0.17 0.55
HSL 34.74º 0.09% 0.41% -
HSV(B) 34.74º 0.17% 0.45% -
XYZ 14.16 14.71 12.92 -
YUV 107.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 114 106 95 0 0.07 0.17 0.55 34.74 0.09 0.41
Hex 72 6A 5F 0 7 11 37 23 9 29
Octal 162 152 137 0 7 21 67 43 11 51
Binary 1110010 1101010 1011111 0 111 10001 110111 100011 1001 101001

Color Harmonies of #726A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A5F

Black with #726A5F

Text Example


Text Example

White with #726A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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