Html Css Color HEX #827768 Sand Dune

📋 copy color: '#827768'

red 130 ◦ green 119 ◦ blue 104

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

Shades of Sand Dune #827768

Tints of Sand Dune #827768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 36.83%
G = 33.71%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#827768 (or 0x827768) is known color: Sand Dune. HEX triplet: 82, 77 and 68. RGB value is (130,119,104). Sum of RGB (Red+Green+Blue) = 130+119+104=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827768 is #7D8897. Grayscale: #787878. Windows color (decimal): -8226968 or 6846338. OLE color: 6846338.

HSL color Cylindrical-coordinate representation of color #827768: hue angle of 34.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827768 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 104 -
CMYK 0 0.08 0.2 0.49
HSL 34.62º 0.11% 0.46% -
HSV(B) 34.62º 0.2% 0.51% -
XYZ 18.3 18.94 15.79 -
YUV 120.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 130 119 104 0 0.08 0.2 0.49 34.62 0.11 0.46
Hex 82 77 68 0 8 14 31 23 B 2E
Octal 202 167 150 0 10 24 61 43 13 56
Binary 10000010 1110111 1101000 0 1000 10100 110001 100011 1011 101110

Color Harmonies of #827768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827768

Black with #827768

Text Example


Text Example

White with #827768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827768; }

 p { color: rgb(130,119,104); }

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

background-color css

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

 a { background-color: rgb(130,119,104); }

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

border-color css

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

 span { border-color: rgb(130,119,104); }

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