Html Css Color HEX #72685A Sandstone

📋 copy color: '#72685A'

red 114 ◦ green 104 ◦ blue 90

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

Shades of Sandstone #72685A

Tints of Sandstone #72685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 37.01%
G = 33.77%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72685A (or 0x72685A) is known color: Sandstone. HEX triplet: 72, 68 and 5A. RGB value is (114,104,90). Sum of RGB (Red+Green+Blue) = 114+104+90=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685A is #8D97A5. Grayscale: #696969. Windows color (decimal): -9279398 or 5924978. OLE color: 5924978.

HSL color Cylindrical-coordinate representation of color #72685A: hue angle of 35º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72685A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 90 -
CMYK 0 0.09 0.21 0.55
HSL 35º 0.12% 0.4% -
HSV(B) 35º 0.21% 0.45% -
XYZ 13.74 14.22 11.69 -
YUV 105.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 114 104 90 0 0.09 0.21 0.55 35 0.12 0.4
Hex 72 68 5A 0 9 15 37 23 C 28
Octal 162 150 132 0 11 25 67 43 14 50
Binary 1110010 1101000 1011010 0 1001 10101 110111 100011 1100 101000

Color Harmonies of #72685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72685A

Black with #72685A

Text Example


Text Example

White with #72685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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