Html Css Color HEX #72685C Sandstone

📋 copy color: '#72685C'

red 114 ◦ green 104 ◦ blue 92

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

Shades of Sandstone #72685C

Tints of Sandstone #72685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 36.77%
G = 33.55%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72685C (or 0x72685C) is known color: Sandstone. HEX triplet: 72, 68 and 5C. RGB value is (114,104,92). Sum of RGB (Red+Green+Blue) = 114+104+92=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685C is #8D97A3. Grayscale: #696969. Windows color (decimal): -9279396 or 6056050. OLE color: 6056050.

HSL color Cylindrical-coordinate representation of color #72685C: hue angle of 32.73º 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 #72685C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 92 -
CMYK 0 0.09 0.19 0.55
HSL 32.73º 0.11% 0.4% -
HSV(B) 32.73º 0.19% 0.45% -
XYZ 13.82 14.25 12.15 -
YUV 105.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 114 104 92 0 0.09 0.19 0.55 32.73 0.11 0.4
Hex 72 68 5C 0 9 13 37 21 B 28
Octal 162 150 134 0 11 23 67 41 13 50
Binary 1110010 1101000 1011100 0 1001 10011 110111 100001 1011 101000

Color Harmonies of #72685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72685C

Black with #72685C

Text Example


Text Example

White with #72685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72685C; }

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

 H1.HeaderClassName
 {
   color: #72685C;
 }
 .AnyTagClassName
 {
   color: #72685C;
 }
</style>

background-color css

<style>
 a { background-color: #72685C; }

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

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

border-color css

<style>
 span { border-color: #72685C; }

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

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