Html Css Color HEX #87796B Sand Dune

📋 copy color: '#87796B'

red 135 ◦ green 121 ◦ blue 107

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

Shades of Sand Dune #87796B

Tints of Sand Dune #87796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 37.19%
G = 33.33%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87796B (or 0x87796B) is known color: Sand Dune. HEX triplet: 87, 79 and 6B. RGB value is (135,121,107). Sum of RGB (Red+Green+Blue) = 135+121+107=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87796B is #788694. Grayscale: #7B7B7B. Windows color (decimal): -7898773 or 7043463. OLE color: 7043463.

HSL color Cylindrical-coordinate representation of color #87796B: hue angle of 30º 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 #87796B is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 121 107 -
CMYK 0 0.10 0.21 0.47
HSL 30º 0.12% 0.47% -
HSV(B) 30º 0.21% 0.53% -
XYZ 19.48 19.89 16.72 -
YUV 123.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 135 121 107 0 0.10 0.21 0.47 30 0.12 0.47
Hex 87 79 6B 0 A 15 2F 1E C 2F
Octal 207 171 153 0 12 25 57 36 14 57
Binary 10000111 1111001 1101011 0 1010 10101 101111 11110 1100 101111

Color Harmonies of #87796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87796B

Black with #87796B

Text Example


Text Example

White with #87796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87796B; }

 p { color: rgb(135,121,107); }

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

background-color css

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

 a { background-color: rgb(135,121,107); }

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

border-color css

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

 span { border-color: rgb(135,121,107); }

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