#84726A

Color #84726A Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #84726A

Tints of Sand Dune #84726A

Color information

#84726A (or 0x84726A) is unknown color: approx Sand Dune. HEX triplet: 84, 72 and 6A. RGB value is (132,114,106). Sum of RGB (Red+Green+Blue) = 132+114+106=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84726A is #7B8D95. Grayscale: #767676. Windows color (decimal): -8097174 or 6976132. OLE color: 6976132.

HSL color Cylindrical-coordinate representation of color #84726A: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84726A is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132114106-
CMYK00.140.200.48
HSL18.46º10.92%46.67%-
HSV(B)18.46º19.7%51.76%-
XYZ18.1317.9816.15-
YUV118.47120.96137.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=37.5%
G=32.39%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211410600.140.200.4818.4610.9246.67
Hex84726A0E143012b2f
Octal2041621520162460221357
Binary10000100111001011010100111010100110000100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84726A;
 }
 .AnyTagClassName
 {
   color: #84726A;
 }
</style>
background-color css

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

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

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

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

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

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