Html Css Color HEX #72695B Sandstone

📋 copy color: '#72695B'

red 114 ◦ green 105 ◦ blue 91

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

Shades of Sandstone #72695B

Tints of Sandstone #72695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 36.77%
G = 33.87%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72695B (or 0x72695B) is known color: Sandstone. HEX triplet: 72, 69 and 5B. RGB value is (114,105,91). Sum of RGB (Red+Green+Blue) = 114+105+91=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695B is #8D96A4. Grayscale: #6A6A6A. Windows color (decimal): -9279141 or 5990770. OLE color: 5990770.

HSL color Cylindrical-coordinate representation of color #72695B: hue angle of 36.52º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72695B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 105 91 -
CMYK 0 0.08 0.20 0.55
HSL 36.52º 0.11% 0.4% -
HSV(B) 36.52º 0.2% 0.45% -
XYZ 13.88 14.44 11.95 -
YUV 106.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 114 105 91 0 0.08 0.20 0.55 36.52 0.11 0.4
Hex 72 69 5B 0 8 14 37 25 B 28
Octal 162 151 133 0 10 24 67 45 13 50
Binary 1110010 1101001 1011011 0 1000 10100 110111 100101 1011 101000

Color Harmonies of #72695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72695B

Black with #72695B

Text Example


Text Example

White with #72695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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