Html Css Color HEX #8F7760 Sand Dune

📋 copy color: '#8F7760'

red 143 ◦ green 119 ◦ blue 96

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

Shades of Sand Dune #8F7760

Tints of Sand Dune #8F7760

RGB

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

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

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

R = 39.94%
G = 33.24%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F7760 (or 0x8F7760) is known color: Sand Dune. HEX triplet: 8F, 77 and 60. RGB value is (143,119,96). Sum of RGB (Red+Green+Blue) = 143+119+96=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7760 is #70889F. Grayscale: #7B7B7B. Windows color (decimal): -7375008 or 6322063. OLE color: 6322063.

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

Color convert

RGB 143 119 96 -
CMYK 0 0.17 0.33 0.44
HSL 29.36º 0.2% 0.47% -
HSV(B) 29.36º 0.33% 0.56% -
XYZ 20.04 19.88 13.85 -
YUV 123.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 143 119 96 0 0.17 0.33 0.44 29.36 0.2 0.47
Hex 8F 77 60 0 11 21 2C 1D 14 2F
Octal 217 167 140 0 21 41 54 35 24 57
Binary 10001111 1110111 1100000 0 10001 100001 101100 11101 10100 101111

Color Harmonies of #8F7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7760

Black with #8F7760

Text Example


Text Example

White with #8F7760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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