Html Css Color HEX #726A5C Sandstone

📋 copy color: '#726A5C'

red 114 ◦ green 106 ◦ blue 92

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

Shades of Sandstone #726A5C

Tints of Sandstone #726A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 36.54%
G = 33.97%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#726A5C (or 0x726A5C) is known color: Sandstone. HEX triplet: 72, 6A and 5C. RGB value is (114,106,92). Sum of RGB (Red+Green+Blue) = 114+106+92=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5C is #8D95A3. Grayscale: #6A6A6A. Windows color (decimal): -9278884 or 6056562. OLE color: 6056562.

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

Color convert

RGB 114 106 92 -
CMYK 0 0.07 0.19 0.55
HSL 38.18º 0.11% 0.4% -
HSV(B) 38.18º 0.19% 0.45% -
XYZ 14.03 14.66 12.22 -
YUV 106.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 114 106 92 0 0.07 0.19 0.55 38.18 0.11 0.4
Hex 72 6A 5C 0 7 13 37 26 B 28
Octal 162 152 134 0 7 23 67 46 13 50
Binary 1110010 1101010 1011100 0 111 10011 110111 100110 1011 101000

Color Harmonies of #726A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A5C

Black with #726A5C

Text Example


Text Example

White with #726A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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