Html Css Color HEX #8F775D Sand Dune

📋 copy color: '#8F775D'

red 143 ◦ green 119 ◦ blue 93

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

Shades of Sand Dune #8F775D

Tints of Sand Dune #8F775D

RGB

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

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

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

R = 40.28%
G = 33.52%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8F775D (or 0x8F775D) is known color: Sand Dune. HEX triplet: 8F, 77 and 5D. RGB value is (143,119,93). Sum of RGB (Red+Green+Blue) = 143+119+93=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 143 - color contains mainly: red. Hex color #8F775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F775D is #7088A2. Grayscale: #7B7B7B. Windows color (decimal): -7375011 or 6125455. OLE color: 6125455.

HSL color Cylindrical-coordinate representation of color #8F775D: hue angle of 31.2º 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 #8F775D is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 119 93 -
CMYK 0 0.17 0.35 0.44
HSL 31.2º 0.21% 0.46% -
HSV(B) 31.2º 0.35% 0.56% -
XYZ 19.9 19.82 13.13 -
YUV 123.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 143 119 93 0 0.17 0.35 0.44 31.2 0.21 0.46
Hex 8F 77 5D 0 11 23 2C 1F 15 2E
Octal 217 167 135 0 21 43 54 37 25 56
Binary 10001111 1110111 1011101 0 10001 100011 101100 11111 10101 101110

Color Harmonies of #8F775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F775D

Black with #8F775D

Text Example


Text Example

White with #8F775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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