#827769

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

Shades of Sand Dune #827769

Tints of Sand Dune #827769

Color information

#827769 (or 0x827769) is unknown color: approx Sand Dune. HEX triplet: 82, 77 and 69. RGB value is (130,119,105). Sum of RGB (Red+Green+Blue) = 130+119+105=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #827769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827769 is #7D8896. Grayscale: #787878. Windows color (decimal): -8226967 or 6911874. OLE color: 6911874.

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

Color convert

RGB130119105-
CMYK00.080.190.49
HSL33.6º10.64%46.08%-
HSV(B)33.6º19.23%50.98%-
XYZ18.3518.9616.06-
YUV120.69119.14134.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=36.72%
G=33.62%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011910500.080.190.4933.610.6446.08
Hex82776908133122b2e
Octal2021671510102361421356
Binary100000101110111110100101000100111100011000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827769; }

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

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

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

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

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

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

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

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