Html Css Color HEX #877968 Sand Dune

📋 copy color: '#877968'

red 135 ◦ green 121 ◦ blue 104

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

Shades of Sand Dune #877968

Tints of Sand Dune #877968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 37.5%
G = 33.61%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#877968 (or 0x877968) is known color: Sand Dune. HEX triplet: 87, 79 and 68. RGB value is (135,121,104). Sum of RGB (Red+Green+Blue) = 135+121+104=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #877968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877968 is #788697. Grayscale: #7B7B7B. Windows color (decimal): -7898776 or 6846855. OLE color: 6846855.

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

Color convert

RGB 135 121 104 -
CMYK 0 0.10 0.23 0.47
HSL 32.9º 0.13% 0.47% -
HSV(B) 32.9º 0.23% 0.53% -
XYZ 19.33 19.83 15.9 -
YUV 123.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 135 121 104 0 0.10 0.23 0.47 32.9 0.13 0.47
Hex 87 79 68 0 A 17 2F 21 D 2F
Octal 207 171 150 0 12 27 57 41 15 57
Binary 10000111 1111001 1101000 0 1010 10111 101111 100001 1101 101111

Color Harmonies of #877968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877968

Black with #877968

Text Example


Text Example

White with #877968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877968; }

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

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

background-color css

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

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

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

border-color css

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

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

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