Html Css Color HEX #8B987F Amulet

📋 copy color: '#8B987F'

red 139 ◦ green 152 ◦ blue 127

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

Shades of Amulet #8B987F

Tints of Amulet #8B987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 33.25%
G = 36.36%
B = 30.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#8B987F (or 0x8B987F) is known color: Amulet. HEX triplet: 8B, 98 and 7F. RGB value is (139,152,127). Sum of RGB (Red+Green+Blue) = 139+152+127=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #8B987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B987F is #746780. Grayscale: #919191. Windows color (decimal): -7628673 or 8362123. OLE color: 8362123.

HSL color Cylindrical-coordinate representation of color #8B987F: hue angle of 91.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B987F is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 152 127 -
CMYK 0.09 0 0.16 0.40
HSL 91.2º 0.11% 0.55% -
HSV(B) 91.2º 0.16% 0.6% -
XYZ 25.71 29.48 24.41 -
YUV 145.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 139 152 127 0.09 0 0.16 0.40 91.2 0.11 0.55
Hex 8B 98 7F 9 0 10 28 5B B 37
Octal 213 230 177 11 0 20 50 133 13 67
Binary 10001011 10011000 1111111 1001 0 10000 101000 1011011 1011 110111

Color Harmonies of #8B987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B987F

Black with #8B987F

Text Example


Text Example

White with #8B987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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