Html Css Color HEX #82746C Sand Dune

📋 copy color: '#82746C'

red 130 ◦ green 116 ◦ blue 108

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

Shades of Sand Dune #82746C

Tints of Sand Dune #82746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 36.72%
G = 32.77%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82746C (or 0x82746C) is known color: Sand Dune. HEX triplet: 82, 74 and 6C. RGB value is (130,116,108). Sum of RGB (Red+Green+Blue) = 130+116+108=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #82746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82746C is #7D8B93. Grayscale: #777777. Windows color (decimal): -8227732 or 7107714. OLE color: 7107714.

HSL color Cylindrical-coordinate representation of color #82746C: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82746C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 108 -
CMYK 0 0.11 0.17 0.49
HSL 21.82º 0.09% 0.47% -
HSV(B) 21.82º 0.17% 0.51% -
XYZ 18.16 18.32 16.77 -
YUV 119.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 130 116 108 0 0.11 0.17 0.49 21.82 0.09 0.47
Hex 82 74 6C 0 B 11 31 16 9 2F
Octal 202 164 154 0 13 21 61 26 11 57
Binary 10000010 1110100 1101100 0 1011 10001 110001 10110 1001 101111

Color Harmonies of #82746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82746C

Black with #82746C

Text Example


Text Example

White with #82746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,116,108); }

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

background-color css

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

 a { background-color: rgb(130,116,108); }

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

border-color css

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

 span { border-color: rgb(130,116,108); }

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