#8B7763

Color #8B7763 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #8B7763

Tints of Sand Dune #8B7763

Color information

#8B7763 (or 0x8B7763) is unknown color: approx Sand Dune. HEX triplet: 8B, 77 and 63. RGB value is (139,119,99). Sum of RGB (Red+Green+Blue) = 139+119+99=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7763 is #74889C. Grayscale: #7A7A7A. Windows color (decimal): -7637149 or 6518667. OLE color: 6518667.

HSL color Cylindrical-coordinate representation of color #8B7763: 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 #8B7763 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB13911999-
CMYK00.140.290.45
HSL30º16.81%46.67%-
HSV(B)30º28.78%54.51%-
XYZ19.519.5814.56-
YUV122.7114.63139.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=38.94%
G=33.33%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391199900.140.290.453016.8146.67
Hex8B77630E1D2D1e112f
Octal2131671430163555362157
Binary100010111110111110001101110111011011011111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,99); }

 H1.HeaderClassName
 {
   color: #8B7763;
 }
 .AnyTagClassName
 {
   color: #8B7763;
 }
</style>
background-color css

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

 a { background-color: rgb(139,119,99); }

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

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

 span { border-color: rgb(139,119,99); }

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