#827767

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

Shades of Sand Dune #827767

Tints of Sand Dune #827767

Color information

#827767 (or 0x827767) is unknown color: approx 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

RGB130119103-
CMYK00.080.210.49
HSL35.56º11.59%45.69%-
HSV(B)35.56º20.77%50.98%-
XYZ18.2518.9215.52-
YUV120.46118.14134.8-

RGB Variations

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

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.62% from 255) = 29.26%
R=36.93%
G=33.81%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011910300.080.210.4935.5611.5945.69
Hex82776708153124c2e
Octal2021671470102561441456
Binary100000101110111110011101000101011100011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>