Html Css Color HEX #87766A Sand Dune

📋 copy color: '#87766A'

red 135 ◦ green 118 ◦ blue 106

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

Shades of Sand Dune #87766A

Tints of Sand Dune #87766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 37.6%
G = 32.87%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87766A (or 0x87766A) is known color: Sand Dune. HEX triplet: 87, 76 and 6A. RGB value is (135,118,106). Sum of RGB (Red+Green+Blue) = 135+118+106=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87766A is #788995. Grayscale: #797979. Windows color (decimal): -7899542 or 6977159. OLE color: 6977159.

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

Color convert

RGB 135 118 106 -
CMYK 0 0.13 0.21 0.47
HSL 24.83º 0.12% 0.47% -
HSV(B) 24.83º 0.21% 0.53% -
XYZ 19.07 19.15 16.33 -
YUV 121.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 135 118 106 0 0.13 0.21 0.47 24.83 0.12 0.47
Hex 87 76 6A 0 D 15 2F 19 C 2F
Octal 207 166 152 0 15 25 57 31 14 57
Binary 10000111 1110110 1101010 0 1101 10101 101111 11001 1100 101111

Color Harmonies of #87766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87766A

Black with #87766A

Text Example


Text Example

White with #87766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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