Html Css Color HEX #8F785D Sand Dune

📋 copy color: '#8F785D'

red 143 ◦ green 120 ◦ blue 93

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

Shades of Sand Dune #8F785D

Tints of Sand Dune #8F785D

RGB

 RED value IS 143 (56.25% from 255) = 40.17%

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 40.17%
G = 33.71%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F785D (or 0x8F785D) is known color: Sand Dune. HEX triplet: 8F, 78 and 5D. RGB value is (143,120,93). Sum of RGB (Red+Green+Blue) = 143+120+93=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F785D is #7087A2. Grayscale: #7B7B7B. Windows color (decimal): -7374755 or 6125711. OLE color: 6125711.

HSL color Cylindrical-coordinate representation of color #8F785D: hue angle of 32.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F785D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 120 93 -
CMYK 0 0.16 0.35 0.44
HSL 32.4º 0.21% 0.46% -
HSV(B) 32.4º 0.35% 0.56% -
XYZ 20.02 20.06 13.17 -
YUV 123.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 143 120 93 0 0.16 0.35 0.44 32.4 0.21 0.46
Hex 8F 78 5D 0 10 23 2C 20 15 2E
Octal 217 170 135 0 20 43 54 40 25 56
Binary 10001111 1111000 1011101 0 10000 100011 101100 100000 10101 101110

Color Harmonies of #8F785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F785D

Black with #8F785D

Text Example


Text Example

White with #8F785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,120,93); }

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

background-color css

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

 a { background-color: rgb(143,120,93); }

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

border-color css

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

 span { border-color: rgb(143,120,93); }

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