Html Css Color HEX #72695D Sandstone

📋 copy color: '#72695D'

red 114 ◦ green 105 ◦ blue 93

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

Shades of Sandstone #72695D

Tints of Sandstone #72695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 36.54%
G = 33.65%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72695D (or 0x72695D) is known color: Sandstone. HEX triplet: 72, 69 and 5D. RGB value is (114,105,93). Sum of RGB (Red+Green+Blue) = 114+105+93=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695D is #8D96A2. Grayscale: #6A6A6A. Windows color (decimal): -9279139 or 6121842. OLE color: 6121842.

HSL color Cylindrical-coordinate representation of color #72695D: hue angle of 34.29º 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 #72695D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 105 93 -
CMYK 0 0.08 0.18 0.55
HSL 34.29º 0.1% 0.41% -
HSV(B) 34.29º 0.18% 0.45% -
XYZ 13.97 14.47 12.41 -
YUV 106.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 114 105 93 0 0.08 0.18 0.55 34.29 0.1 0.41
Hex 72 69 5D 0 8 12 37 22 A 29
Octal 162 151 135 0 10 22 67 42 12 51
Binary 1110010 1101001 1011101 0 1000 10010 110111 100010 1010 101001

Color Harmonies of #72695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72695D

Black with #72695D

Text Example


Text Example

White with #72695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72695D; }

 p { color: rgb(114,105,93); }

 H1.HeaderClassName
 {
   color: #72695D;
 }
 .AnyTagClassName
 {
   color: #72695D;
 }
</style>

background-color css

<style>
 a { background-color: #72695D; }

 a { background-color: rgb(114,105,93); }

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

border-color css

<style>
 span { border-color: #72695D; }

 span { border-color: rgb(114,105,93); }

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