Html Css Color HEX #877364 Sand Dune

📋 copy color: '#877364'

red 135 ◦ green 115 ◦ blue 100

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

Shades of Sand Dune #877364

Tints of Sand Dune #877364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 38.57%
G = 32.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#877364 (or 0x877364) is known color: Sand Dune. HEX triplet: 87, 73 and 64. RGB value is (135,115,100). Sum of RGB (Red+Green+Blue) = 135+115+100=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #877364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877364 is #788C9B. Grayscale: #777777. Windows color (decimal): -7900316 or 6583175. OLE color: 6583175.

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

Color convert

RGB 135 115 100 -
CMYK 0 0.15 0.26 0.47
HSL 25.71º 0.15% 0.46% -
HSV(B) 25.71º 0.26% 0.53% -
XYZ 18.42 18.33 14.62 -
YUV 119.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 135 115 100 0 0.15 0.26 0.47 25.71 0.15 0.46
Hex 87 73 64 0 F 1A 2F 1A F 2E
Octal 207 163 144 0 17 32 57 32 17 56
Binary 10000111 1110011 1100100 0 1111 11010 101111 11010 1111 101110

Color Harmonies of #877364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877364

Black with #877364

Text Example


Text Example

White with #877364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877364; }

 p { color: rgb(135,115,100); }

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

background-color css

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

 a { background-color: rgb(135,115,100); }

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

border-color css

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

 span { border-color: rgb(135,115,100); }

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