Html Css Color HEX #877266 Sand Dune

📋 copy color: '#877266'

red 135 ◦ green 114 ◦ blue 102

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

Shades of Sand Dune #877266

Tints of Sand Dune #877266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

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

R = 38.46%
G = 32.48%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#877266 (or 0x877266) is known color: Sand Dune. HEX triplet: 87, 72 and 66. RGB value is (135,114,102). Sum of RGB (Red+Green+Blue) = 135+114+102=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #877266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877266 is #788D99. Grayscale: #767676. Windows color (decimal): -7900570 or 6713991. OLE color: 6713991.

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

Color convert

RGB 135 114 102 -
CMYK 0 0.16 0.24 0.47
HSL 21.82º 0.14% 0.46% -
HSV(B) 21.82º 0.24% 0.53% -
XYZ 18.41 18.14 15.1 -
YUV 118.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 135 114 102 0 0.16 0.24 0.47 21.82 0.14 0.46
Hex 87 72 66 0 10 18 2F 16 E 2E
Octal 207 162 146 0 20 30 57 26 16 56
Binary 10000111 1110010 1100110 0 10000 11000 101111 10110 1110 101110

Color Harmonies of #877266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877266

Black with #877266

Text Example


Text Example

White with #877266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877266; }

 p { color: rgb(135,114,102); }

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

background-color css

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

 a { background-color: rgb(135,114,102); }

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

border-color css

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

 span { border-color: rgb(135,114,102); }

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