Html Css Color HEX #82726A Sand Dune

📋 copy color: '#82726A'

red 130 ◦ green 114 ◦ blue 106

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

Shades of Sand Dune #82726A

Tints of Sand Dune #82726A

RGB

 RED value IS 130 (51.17% from 255) = 37.14%

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 37.14%
G = 32.57%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82726A (or 0x82726A) is known color: Sand Dune. HEX triplet: 82, 72 and 6A. RGB value is (130,114,106). Sum of RGB (Red+Green+Blue) = 130+114+106=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #82726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82726A is #7D8D95. Grayscale: #757575. Windows color (decimal): -8228246 or 6976130. OLE color: 6976130.

HSL color Cylindrical-coordinate representation of color #82726A: hue angle of 20º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82726A is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 106 -
CMYK 0 0.12 0.18 0.49
HSL 20º 0.1% 0.46% -
HSV(B) 20º 0.18% 0.51% -
XYZ 17.82 17.82 16.14 -
YUV 117.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 130 114 106 0 0.12 0.18 0.49 20 0.1 0.46
Hex 82 72 6A 0 C 12 31 14 A 2E
Octal 202 162 152 0 14 22 61 24 12 56
Binary 10000010 1110010 1101010 0 1100 10010 110001 10100 1010 101110

Color Harmonies of #82726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82726A

Black with #82726A

Text Example


Text Example

White with #82726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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