Html Css Color HEX #8F785F Sand Dune

📋 copy color: '#8F785F'

red 143 ◦ green 120 ◦ blue 95

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

Shades of Sand Dune #8F785F

Tints of Sand Dune #8F785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 39.94%
G = 33.52%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8F785F (or 0x8F785F) is known color: Sand Dune. HEX triplet: 8F, 78 and 5F. RGB value is (143,120,95). Sum of RGB (Red+Green+Blue) = 143+120+95=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F785F is #7087A0. Grayscale: #7C7C7C. Windows color (decimal): -7374753 or 6256783. OLE color: 6256783.

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

Color convert

RGB 143 120 95 -
CMYK 0 0.16 0.34 0.44
HSL 31.25º 0.2% 0.47% -
HSV(B) 31.25º 0.34% 0.56% -
XYZ 20.11 20.1 13.65 -
YUV 124.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 143 120 95 0 0.16 0.34 0.44 31.25 0.2 0.47
Hex 8F 78 5F 0 10 22 2C 1F 14 2F
Octal 217 170 137 0 20 42 54 37 24 57
Binary 10001111 1111000 1011111 0 10000 100010 101100 11111 10100 101111

Color Harmonies of #8F785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F785F

Black with #8F785F

Text Example


Text Example

White with #8F785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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