Html Css Color HEX #80756B Sand Dune

📋 copy color: '#80756B'

red 128 ◦ green 117 ◦ blue 107

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

Shades of Sand Dune #80756B

Tints of Sand Dune #80756B

RGB

 RED value IS 128 (50.39% from 255) = 36.36%

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 36.36%
G = 33.24%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80756B (or 0x80756B) is known color: Sand Dune. HEX triplet: 80, 75 and 6B. RGB value is (128,117,107). Sum of RGB (Red+Green+Blue) = 128+117+107=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #80756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80756B is #7F8A94. Grayscale: #777777. Windows color (decimal): -8358549 or 7042432. OLE color: 7042432.

HSL color Cylindrical-coordinate representation of color #80756B: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80756B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 107 -
CMYK 0 0.09 0.16 0.50
HSL 28.57º 0.09% 0.46% -
HSV(B) 28.57º 0.16% 0.5% -
XYZ 17.92 18.37 16.51 -
YUV 119.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 128 117 107 0 0.09 0.16 0.50 28.57 0.09 0.46
Hex 80 75 6B 0 9 10 32 1D 9 2E
Octal 200 165 153 0 11 20 62 35 11 56
Binary 10000000 1110101 1101011 0 1001 10000 110010 11101 1001 101110

Color Harmonies of #80756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80756B

Black with #80756B

Text Example


Text Example

White with #80756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80756B; }

 p { color: rgb(128,117,107); }

 H1.HeaderClassName
 {
   color: #80756B;
 }
 .AnyTagClassName
 {
   color: #80756B;
 }
</style>

background-color css

<style>
 a { background-color: #80756B; }

 a { background-color: rgb(128,117,107); }

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

border-color css

<style>
 span { border-color: #80756B; }

 span { border-color: rgb(128,117,107); }

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