Html Css Color HEX #8C7864 Sand Dune

📋 copy color: '#8C7864'

red 140 ◦ green 120 ◦ blue 100

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

Shades of Sand Dune #8C7864

Tints of Sand Dune #8C7864

RGB

 RED value IS 140 (55.08% from 255) = 38.89%

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C7864 (or 0x8C7864) is known color: Sand Dune. HEX triplet: 8C, 78 and 64. RGB value is (140,120,100). Sum of RGB (Red+Green+Blue) = 140+120+100=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7864 is #73879B. Grayscale: #7B7B7B. Windows color (decimal): -7571356 or 6584460. OLE color: 6584460.

HSL color Cylindrical-coordinate representation of color #8C7864: hue angle of 30º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7864 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 120 100 -
CMYK 0 0.14 0.29 0.45
HSL 30º 0.17% 0.47% -
HSV(B) 30º 0.29% 0.55% -
XYZ 19.83 19.93 14.86 -
YUV 123.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 140 120 100 0 0.14 0.29 0.45 30 0.17 0.47
Hex 8C 78 64 0 E 1D 2D 1E 11 2F
Octal 214 170 144 0 16 35 55 36 21 57
Binary 10001100 1111000 1100100 0 1110 11101 101101 11110 10001 101111

Color Harmonies of #8C7864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7864

Black with #8C7864

Text Example


Text Example

White with #8C7864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,100); }

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

background-color css

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

 a { background-color: rgb(140,120,100); }

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

border-color css

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

 span { border-color: rgb(140,120,100); }

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