Html Css Color HEX #877468 Sand Dune

📋 copy color: '#877468'

red 135 ◦ green 116 ◦ blue 104

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

Shades of Sand Dune #877468

Tints of Sand Dune #877468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 38.03%
G = 32.68%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#877468 (or 0x877468) is known color: Sand Dune. HEX triplet: 87, 74 and 68. RGB value is (135,116,104). Sum of RGB (Red+Green+Blue) = 135+116+104=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #877468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877468 is #788B97. Grayscale: #787878. Windows color (decimal): -7900056 or 6845575. OLE color: 6845575.

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

Color convert

RGB 135 116 104 -
CMYK 0 0.14 0.23 0.47
HSL 23.23º 0.13% 0.47% -
HSV(B) 23.23º 0.23% 0.53% -
XYZ 18.74 18.64 15.71 -
YUV 120.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 135 116 104 0 0.14 0.23 0.47 23.23 0.13 0.47
Hex 87 74 68 0 E 17 2F 17 D 2F
Octal 207 164 150 0 16 27 57 27 15 57
Binary 10000111 1110100 1101000 0 1110 10111 101111 10111 1101 101111

Color Harmonies of #877468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877468

Black with #877468

Text Example


Text Example

White with #877468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877468; }

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

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

background-color css

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

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

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

border-color css

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

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

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