Html Css Color HEX #726A62 Sandstone

📋 copy color: '#726A62'

red 114 ◦ green 106 ◦ blue 98

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

Shades of Sandstone #726A62

Tints of Sandstone #726A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 35.85%
G = 33.33%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#726A62 (or 0x726A62) is known color: Sandstone. HEX triplet: 72, 6A and 62. RGB value is (114,106,98). Sum of RGB (Red+Green+Blue) = 114+106+98=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #726A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A62 is #8D959D. Grayscale: #6B6B6B. Windows color (decimal): -9278878 or 6449778. OLE color: 6449778.

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

Color convert

RGB 114 106 98 -
CMYK 0 0.07 0.14 0.55
HSL 30º 0.08% 0.42% -
HSV(B) 30º 0.14% 0.45% -
XYZ 14.3 14.77 13.65 -
YUV 107.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 114 106 98 0 0.07 0.14 0.55 30 0.08 0.42
Hex 72 6A 62 0 7 E 37 1E 8 2A
Octal 162 152 142 0 7 16 67 36 10 52
Binary 1110010 1101010 1100010 0 111 1110 110111 11110 1000 101010

Color Harmonies of #726A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A62

Black with #726A62

Text Example


Text Example

White with #726A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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