Html Css Color HEX #81776D Sand Dune

📋 copy color: '#81776D'

red 129 ◦ green 119 ◦ blue 109

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

Shades of Sand Dune #81776D

Tints of Sand Dune #81776D

RGB

 RED value IS 129 (50.78% from 255) = 36.13%

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 36.13%
G = 33.33%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81776D (or 0x81776D) is known color: Sand Dune. HEX triplet: 81, 77 and 6D. RGB value is (129,119,109). Sum of RGB (Red+Green+Blue) = 129+119+109=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81776D is #7E8892. Grayscale: #787878. Windows color (decimal): -8292499 or 7174017. OLE color: 7174017.

HSL color Cylindrical-coordinate representation of color #81776D: hue angle of 30º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81776D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 119 109 -
CMYK 0 0.08 0.16 0.49
HSL 30º 0.08% 0.47% -
HSV(B) 30º 0.16% 0.51% -
XYZ 18.41 18.96 17.16 -
YUV 120.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 129 119 109 0 0.08 0.16 0.49 30 0.08 0.47
Hex 81 77 6D 0 8 10 31 1E 8 2F
Octal 201 167 155 0 10 20 61 36 10 57
Binary 10000001 1110111 1101101 0 1000 10000 110001 11110 1000 101111

Color Harmonies of #81776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81776D

Black with #81776D

Text Example


Text Example

White with #81776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81776D; }

 p { color: rgb(129,119,109); }

 H1.HeaderClassName
 {
   color: #81776D;
 }
 .AnyTagClassName
 {
   color: #81776D;
 }
</style>

background-color css

<style>
 a { background-color: #81776D; }

 a { background-color: rgb(129,119,109); }

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

border-color css

<style>
 span { border-color: #81776D; }

 span { border-color: rgb(129,119,109); }

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