Html Css Color HEX #8D7760 Sand Dune

📋 copy color: '#8D7760'

red 141 ◦ green 119 ◦ blue 96

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

Shades of Sand Dune #8D7760

Tints of Sand Dune #8D7760

RGB

 RED value IS 141 (55.47% from 255) = 39.61%

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 39.61%
G = 33.43%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D7760 (or 0x8D7760) is known color: Sand Dune. HEX triplet: 8D, 77 and 60. RGB value is (141,119,96). Sum of RGB (Red+Green+Blue) = 141+119+96=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7760 is #72889F. Grayscale: #7B7B7B. Windows color (decimal): -7506080 or 6322061. OLE color: 6322061.

HSL color Cylindrical-coordinate representation of color #8D7760: hue angle of 30.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7760 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 119 96 -
CMYK 0 0.16 0.32 0.45
HSL 30.67º 0.19% 0.46% -
HSV(B) 30.67º 0.32% 0.55% -
XYZ 19.69 19.7 13.83 -
YUV 122.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 141 119 96 0 0.16 0.32 0.45 30.67 0.19 0.46
Hex 8D 77 60 0 10 20 2D 1F 13 2E
Octal 215 167 140 0 20 40 55 37 23 56
Binary 10001101 1110111 1100000 0 10000 100000 101101 11111 10011 101110

Color Harmonies of #8D7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7760

Black with #8D7760

Text Example


Text Example

White with #8D7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7760; }

 p { color: rgb(141,119,96); }

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

background-color css

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

 a { background-color: rgb(141,119,96); }

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

border-color css

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

 span { border-color: rgb(141,119,96); }

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