Html Css Color HEX #887A66 Sand Dune

📋 copy color: '#887A66'

red 136 ◦ green 122 ◦ blue 102

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

Shades of Sand Dune #887A66

Tints of Sand Dune #887A66

RGB

 RED value IS 136 (53.52% from 255) = 37.78%

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 37.78%
G = 33.89%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#887A66 (or 0x887A66) is known color: Sand Dune. HEX triplet: 88, 7A and 66. RGB value is (136,122,102). Sum of RGB (Red+Green+Blue) = 136+122+102=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #887A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A66 is #778599. Grayscale: #7B7B7B. Windows color (decimal): -7832986 or 6716040. OLE color: 6716040.

HSL color Cylindrical-coordinate representation of color #887A66: hue angle of 35.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #887A66 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 102 -
CMYK 0 0.10 0.25 0.47
HSL 35.29º 0.14% 0.47% -
HSV(B) 35.29º 0.25% 0.53% -
XYZ 19.51 20.11 15.42 -
YUV 123.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 136 122 102 0 0.10 0.25 0.47 35.29 0.14 0.47
Hex 88 7A 66 0 A 19 2F 23 E 2F
Octal 210 172 146 0 12 31 57 43 16 57
Binary 10001000 1111010 1100110 0 1010 11001 101111 100011 1110 101111

Color Harmonies of #887A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A66

Black with #887A66

Text Example


Text Example

White with #887A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887A66; }

 p { color: rgb(136,122,102); }

 H1.HeaderClassName
 {
   color: #887A66;
 }
 .AnyTagClassName
 {
   color: #887A66;
 }
</style>

background-color css

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

 a { background-color: rgb(136,122,102); }

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

border-color css

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

 span { border-color: rgb(136,122,102); }

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