Html Css Color HEX #8C765F Sand Dune

📋 copy color: '#8C765F'

red 140 ◦ green 118 ◦ blue 95

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

Shades of Sand Dune #8C765F

Tints of Sand Dune #8C765F

RGB

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

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

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

R = 39.66%
G = 33.43%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C765F (or 0x8C765F) is known color: Sand Dune. HEX triplet: 8C, 76 and 5F. RGB value is (140,118,95). Sum of RGB (Red+Green+Blue) = 140+118+95=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C765F is #7389A0. Grayscale: #7A7A7A. Windows color (decimal): -7571873 or 6256268. OLE color: 6256268.

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

Color convert

RGB 140 118 95 -
CMYK 0 0.16 0.32 0.45
HSL 30.67º 0.19% 0.46% -
HSV(B) 30.67º 0.32% 0.55% -
XYZ 19.36 19.36 13.54 -
YUV 121.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 140 118 95 0 0.16 0.32 0.45 30.67 0.19 0.46
Hex 8C 76 5F 0 10 20 2D 1F 13 2E
Octal 214 166 137 0 20 40 55 37 23 56
Binary 10001100 1110110 1011111 0 10000 100000 101101 11111 10011 101110

Color Harmonies of #8C765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C765F

Black with #8C765F

Text Example


Text Example

White with #8C765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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