Html Css Color HEX #8B7765 Sand Dune

📋 copy color: '#8B7765'

red 139 ◦ green 119 ◦ blue 101

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

Shades of Sand Dune #8B7765

Tints of Sand Dune #8B7765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 38.72%
G = 33.15%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B7765 (or 0x8B7765) is known color: Sand Dune. HEX triplet: 8B, 77 and 65. RGB value is (139,119,101). Sum of RGB (Red+Green+Blue) = 139+119+101=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7765 is #74889A. Grayscale: #7B7B7B. Windows color (decimal): -7637147 or 6649739. OLE color: 6649739.

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

Color convert

RGB 139 119 101 -
CMYK 0 0.14 0.27 0.45
HSL 28.42º 0.16% 0.47% -
HSV(B) 28.42º 0.27% 0.55% -
XYZ 19.59 19.62 15.07 -
YUV 122.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 139 119 101 0 0.14 0.27 0.45 28.42 0.16 0.47
Hex 8B 77 65 0 E 1B 2D 1C 10 2F
Octal 213 167 145 0 16 33 55 34 20 57
Binary 10001011 1110111 1100101 0 1110 11011 101101 11100 10000 101111

Color Harmonies of #8B7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7765

Black with #8B7765

Text Example


Text Example

White with #8B7765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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