Html Css Color HEX #8B977F Amulet

📋 copy color: '#8B977F'

red 139 ◦ green 151 ◦ blue 127

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

Shades of Amulet #8B977F

Tints of Amulet #8B977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 127 (50% from 255) = 30.46%

R = 33.33%
G = 36.21%
B = 30.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#8B977F (or 0x8B977F) is known color: Amulet. HEX triplet: 8B, 97 and 7F. RGB value is (139,151,127). Sum of RGB (Red+Green+Blue) = 139+151+127=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #8B977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B977F is #746880. Grayscale: #909090. Windows color (decimal): -7628929 or 8361867. OLE color: 8361867.

HSL color Cylindrical-coordinate representation of color #8B977F: hue angle of 90º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B977F is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 151 127 -
CMYK 0.08 0 0.16 0.41
HSL 90º 0.1% 0.55% -
HSV(B) 90º 0.16% 0.59% -
XYZ 25.54 29.15 24.36 -
YUV 144.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 139 151 127 0.08 0 0.16 0.41 90 0.1 0.55
Hex 8B 97 7F 8 0 10 29 5A A 37
Octal 213 227 177 10 0 20 51 132 12 67
Binary 10001011 10010111 1111111 1000 0 10000 101001 1011010 1010 110111

Color Harmonies of #8B977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B977F

Black with #8B977F

Text Example


Text Example

White with #8B977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,151,127); }

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

background-color css

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

 a { background-color: rgb(139,151,127); }

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

border-color css

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

 span { border-color: rgb(139,151,127); }

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