Html Css Color HEX #87786A Sand Dune

📋 copy color: '#87786A'

red 135 ◦ green 120 ◦ blue 106

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

Shades of Sand Dune #87786A

Tints of Sand Dune #87786A

RGB

 RED value IS 135 (53.13% from 255) = 37.4%

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 37.4%
G = 33.24%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87786A (or 0x87786A) is known color: Sand Dune. HEX triplet: 87, 78 and 6A. RGB value is (135,120,106). Sum of RGB (Red+Green+Blue) = 135+120+106=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87786A is #788795. Grayscale: #7A7A7A. Windows color (decimal): -7899030 or 6977671. OLE color: 6977671.

HSL color Cylindrical-coordinate representation of color #87786A: hue angle of 28.97º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87786A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 120 106 -
CMYK 0 0.11 0.21 0.47
HSL 28.97º 0.12% 0.47% -
HSV(B) 28.97º 0.21% 0.53% -
XYZ 19.31 19.62 16.41 -
YUV 122.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 135 120 106 0 0.11 0.21 0.47 28.97 0.12 0.47
Hex 87 78 6A 0 B 15 2F 1D C 2F
Octal 207 170 152 0 13 25 57 35 14 57
Binary 10000111 1111000 1101010 0 1011 10101 101111 11101 1100 101111

Color Harmonies of #87786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87786A

Black with #87786A

Text Example


Text Example

White with #87786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87786A; }

 p { color: rgb(135,120,106); }

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

background-color css

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

 a { background-color: rgb(135,120,106); }

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

border-color css

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

 span { border-color: rgb(135,120,106); }

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