Html Css Color HEX #8A7761 Sand Dune

📋 copy color: '#8A7761'

red 138 ◦ green 119 ◦ blue 97

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

Shades of Sand Dune #8A7761

Tints of Sand Dune #8A7761

RGB

 RED value IS 138 (54.3% from 255) = 38.98%

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

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 38.98%
G = 33.62%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A7761 (or 0x8A7761) is known color: Sand Dune. HEX triplet: 8A, 77 and 61. RGB value is (138,119,97). Sum of RGB (Red+Green+Blue) = 138+119+97=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7761 is #75889E. Grayscale: #7A7A7A. Windows color (decimal): -7702687 or 6387594. OLE color: 6387594.

HSL color Cylindrical-coordinate representation of color #8A7761: hue angle of 32.2º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A7761 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 119 97 -
CMYK 0 0.14 0.30 0.46
HSL 32.2º 0.17% 0.46% -
HSV(B) 32.2º 0.3% 0.54% -
XYZ 19.24 19.46 14.05 -
YUV 122.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 138 119 97 0 0.14 0.30 0.46 32.2 0.17 0.46
Hex 8A 77 61 0 E 1E 2E 20 11 2E
Octal 212 167 141 0 16 36 56 40 21 56
Binary 10001010 1110111 1100001 0 1110 11110 101110 100000 10001 101110

Color Harmonies of #8A7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7761

Black with #8A7761

Text Example


Text Example

White with #8A7761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,119,97); }

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

background-color css

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

 a { background-color: rgb(138,119,97); }

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

border-color css

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

 span { border-color: rgb(138,119,97); }

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