Html Css Color HEX #877464 Sand Dune

📋 copy color: '#877464'

red 135 ◦ green 116 ◦ blue 100

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

Shades of Sand Dune #877464

Tints of Sand Dune #877464

RGB

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

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

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

R = 38.46%
G = 33.05%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#877464 (or 0x877464) is known color: Sand Dune. HEX triplet: 87, 74 and 64. RGB value is (135,116,100). Sum of RGB (Red+Green+Blue) = 135+116+100=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #877464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877464 is #788B9B. Grayscale: #777777. Windows color (decimal): -7900060 or 6583431. OLE color: 6583431.

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

Color convert

RGB 135 116 100 -
CMYK 0 0.14 0.26 0.47
HSL 27.43º 0.15% 0.46% -
HSV(B) 27.43º 0.26% 0.53% -
XYZ 18.54 18.56 14.66 -
YUV 119.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 135 116 100 0 0.14 0.26 0.47 27.43 0.15 0.46
Hex 87 74 64 0 E 1A 2F 1B F 2E
Octal 207 164 144 0 16 32 57 33 17 56
Binary 10000111 1110100 1100100 0 1110 11010 101111 11011 1111 101110

Color Harmonies of #877464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877464

Black with #877464

Text Example


Text Example

White with #877464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877464; }

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

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

background-color css

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

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

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

border-color css

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

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

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