Html Css Color HEX #726A5E Sandstone

📋 copy color: '#726A5E'

red 114 ◦ green 106 ◦ blue 94

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

Shades of Sandstone #726A5E

Tints of Sandstone #726A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 36.31%
G = 33.76%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#726A5E (or 0x726A5E) is known color: Sandstone. HEX triplet: 72, 6A and 5E. RGB value is (114,106,94). Sum of RGB (Red+Green+Blue) = 114+106+94=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5E is #8D95A1. Grayscale: #6B6B6B. Windows color (decimal): -9278882 or 6187634. OLE color: 6187634.

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

Color convert

RGB 114 106 94 -
CMYK 0 0.07 0.18 0.55
HSL 36º 0.1% 0.41% -
HSV(B) 36º 0.18% 0.45% -
XYZ 14.11 14.69 12.68 -
YUV 107.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 114 106 94 0 0.07 0.18 0.55 36 0.1 0.41
Hex 72 6A 5E 0 7 12 37 24 A 29
Octal 162 152 136 0 7 22 67 44 12 51
Binary 1110010 1101010 1011110 0 111 10010 110111 100100 1010 101001

Color Harmonies of #726A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A5E

Black with #726A5E

Text Example


Text Example

White with #726A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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