Html Css Color HEX #8A785E Sand Dune

📋 copy color: '#8A785E'

red 138 ◦ green 120 ◦ blue 94

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

Shades of Sand Dune #8A785E

Tints of Sand Dune #8A785E

RGB

 RED value IS 138 (54.3% from 255) = 39.2%

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 39.2%
G = 34.09%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A785E (or 0x8A785E) is known color: Sand Dune. HEX triplet: 8A, 78 and 5E. RGB value is (138,120,94). Sum of RGB (Red+Green+Blue) = 138+120+94=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A785E is #7587A1. Grayscale: #7A7A7A. Windows color (decimal): -7702434 or 6191242. OLE color: 6191242.

HSL color Cylindrical-coordinate representation of color #8A785E: hue angle of 35.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A785E is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 120 94 -
CMYK 0 0.13 0.32 0.46
HSL 35.45º 0.19% 0.45% -
HSV(B) 35.45º 0.32% 0.54% -
XYZ 19.22 19.64 13.37 -
YUV 122.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 138 120 94 0 0.13 0.32 0.46 35.45 0.19 0.45
Hex 8A 78 5E 0 D 20 2E 23 13 2D
Octal 212 170 136 0 15 40 56 43 23 55
Binary 10001010 1111000 1011110 0 1101 100000 101110 100011 10011 101101

Color Harmonies of #8A785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A785E

Black with #8A785E

Text Example


Text Example

White with #8A785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,120,94); }

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

background-color css

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

 a { background-color: rgb(138,120,94); }

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

border-color css

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

 span { border-color: rgb(138,120,94); }

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