Html Css Color HEX #8E765F Sand Dune

📋 copy color: '#8E765F'

red 142 ◦ green 118 ◦ blue 95

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

Shades of Sand Dune #8E765F

Tints of Sand Dune #8E765F

RGB

 RED value IS 142 (55.86% from 255) = 40%

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 40%
G = 33.24%
B = 26.76%

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

#8E765F (or 0x8E765F) is known color: Sand Dune. HEX triplet: 8E, 76 and 5F. RGB value is (142,118,95). Sum of RGB (Red+Green+Blue) = 142+118+95=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E765F is #7189A0. Grayscale: #7A7A7A. Windows color (decimal): -7440801 or 6256270. OLE color: 6256270.

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

Color convert

RGB 142 118 95 -
CMYK 0 0.17 0.33 0.44
HSL 29.36º 0.2% 0.46% -
HSV(B) 29.36º 0.33% 0.56% -
XYZ 19.7 19.53 13.56 -
YUV 122.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 142 118 95 0 0.17 0.33 0.44 29.36 0.2 0.46
Hex 8E 76 5F 0 11 21 2C 1D 14 2E
Octal 216 166 137 0 21 41 54 35 24 56
Binary 10001110 1110110 1011111 0 10001 100001 101100 11101 10100 101110

Color Harmonies of #8E765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E765F

Black with #8E765F

Text Example


Text Example

White with #8E765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,95); }

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

background-color css

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

 a { background-color: rgb(142,118,95); }

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

border-color css

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

 span { border-color: rgb(142,118,95); }

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