Html Css Color HEX #877466 Sand Dune

📋 copy color: '#877466'

red 135 ◦ green 116 ◦ blue 102

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

Shades of Sand Dune #877466

Tints of Sand Dune #877466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 38.24%
G = 32.86%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#877466 (or 0x877466) is known color: Sand Dune. HEX triplet: 87, 74 and 66. RGB value is (135,116,102). Sum of RGB (Red+Green+Blue) = 135+116+102=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #877466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877466 is #788B99. Grayscale: #787878. Windows color (decimal): -7900058 or 6714503. OLE color: 6714503.

HSL color Cylindrical-coordinate representation of color #877466: hue angle of 25.45º 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 #877466 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 102 -
CMYK 0 0.14 0.24 0.47
HSL 25.45º 0.14% 0.46% -
HSV(B) 25.45º 0.24% 0.53% -
XYZ 18.64 18.6 15.18 -
YUV 120.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 135 116 102 0 0.14 0.24 0.47 25.45 0.14 0.46
Hex 87 74 66 0 E 18 2F 19 E 2E
Octal 207 164 146 0 16 30 57 31 16 56
Binary 10000111 1110100 1100110 0 1110 11000 101111 11001 1110 101110

Color Harmonies of #877466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877466

Black with #877466

Text Example


Text Example

White with #877466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877466; }

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

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

background-color css

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

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

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

border-color css

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

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

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