Html Css Color HEX #8B7764 Sand Dune

📋 copy color: '#8B7764'

red 139 ◦ green 119 ◦ blue 100

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

Shades of Sand Dune #8B7764

Tints of Sand Dune #8B7764

RGB

 RED value IS 139 (54.69% from 255) = 38.83%

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

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

R = 38.83%
G = 33.24%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B7764 (or 0x8B7764) is known color: Sand Dune. HEX triplet: 8B, 77 and 64. RGB value is (139,119,100). Sum of RGB (Red+Green+Blue) = 139+119+100=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7764 is #74889B. Grayscale: #7A7A7A. Windows color (decimal): -7637148 or 6584203. OLE color: 6584203.

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

Color convert

RGB 139 119 100 -
CMYK 0 0.14 0.28 0.45
HSL 29.23º 0.16% 0.47% -
HSV(B) 29.23º 0.28% 0.55% -
XYZ 19.54 19.6 14.81 -
YUV 122.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 139 119 100 0 0.14 0.28 0.45 29.23 0.16 0.47
Hex 8B 77 64 0 E 1C 2D 1D 10 2F
Octal 213 167 144 0 16 34 55 35 20 57
Binary 10001011 1110111 1100100 0 1110 11100 101101 11101 10000 101111

Color Harmonies of #8B7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7764

Black with #8B7764

Text Example


Text Example

White with #8B7764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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