Html Css Color HEX #8A9B77 Amulet

📋 copy color: '#8A9B77'

red 138 ◦ green 155 ◦ blue 119

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

Shades of Amulet #8A9B77

Tints of Amulet #8A9B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 33.5%
G = 37.62%
B = 28.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#8A9B77 (or 0x8A9B77) is known color: Amulet. HEX triplet: 8A, 9B and 77. RGB value is (138,155,119). Sum of RGB (Red+Green+Blue) = 138+155+119=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B77 is #756488. Grayscale: #919191. Windows color (decimal): -7693449 or 7838602. OLE color: 7838602.

HSL color Cylindrical-coordinate representation of color #8A9B77: hue angle of 88.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A9B77 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 119 -
CMYK 0.11 0 0.23 0.39
HSL 88.33º 0.15% 0.54% -
HSV(B) 88.33º 0.23% 0.61% -
XYZ 25.53 30.18 21.93 -
YUV 145.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 138 155 119 0.11 0 0.23 0.39 88.33 0.15 0.54
Hex 8A 9B 77 B 0 17 27 58 F 36
Octal 212 233 167 13 0 27 47 130 17 66
Binary 10001010 10011011 1110111 1011 0 10111 100111 1011000 1111 110110

Color Harmonies of #8A9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B77

Black with #8A9B77

Text Example


Text Example

White with #8A9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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