Html Css Color HEX #827767 Sand Dune

📋 copy color: '#827767'

red 130 ◦ green 119 ◦ blue 103

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

Shades of Sand Dune #827767

Tints of Sand Dune #827767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 36.93%
G = 33.81%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#827767 (or 0x827767) is known color: Sand Dune. HEX triplet: 82, 77 and 67. RGB value is (130,119,103). Sum of RGB (Red+Green+Blue) = 130+119+103=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827767 is #7D8898. Grayscale: #787878. Windows color (decimal): -8226969 or 6780802. OLE color: 6780802.

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

Color convert

RGB 130 119 103 -
CMYK 0 0.08 0.21 0.49
HSL 35.56º 0.12% 0.46% -
HSV(B) 35.56º 0.21% 0.51% -
XYZ 18.25 18.92 15.52 -
YUV 120.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 130 119 103 0 0.08 0.21 0.49 35.56 0.12 0.46
Hex 82 77 67 0 8 15 31 24 C 2E
Octal 202 167 147 0 10 25 61 44 14 56
Binary 10000010 1110111 1100111 0 1000 10101 110001 100100 1100 101110

Color Harmonies of #827767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827767

Black with #827767

Text Example


Text Example

White with #827767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827767; }

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

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

background-color css

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

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

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

border-color css

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

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

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