Html Css Color HEX #87967B Amulet

📋 copy color: '#87967B'

red 135 ◦ green 150 ◦ blue 123

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

Shades of Amulet #87967B

Tints of Amulet #87967B

RGB

 RED value IS 135 (53.13% from 255) = 33.09%

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 33.09%
G = 36.76%
B = 30.15%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#87967B (or 0x87967B) is known color: Amulet. HEX triplet: 87, 96 and 7B. RGB value is (135,150,123). Sum of RGB (Red+Green+Blue) = 135+150+123=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #87967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87967B is #786984. Grayscale: #8E8E8E. Windows color (decimal): -7891333 or 8099463. OLE color: 8099463.

HSL color Cylindrical-coordinate representation of color #87967B: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87967B is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 150 123 -
CMYK 0.1 0 0.18 0.41
HSL 93.33º 0.11% 0.54% -
HSV(B) 93.33º 0.18% 0.59% -
XYZ 24.47 28.39 22.93 -
YUV 142.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 135 150 123 0.1 0 0.18 0.41 93.33 0.11 0.54
Hex 87 96 7B A 0 12 29 5D B 36
Octal 207 226 173 12 0 22 51 135 13 66
Binary 10000111 10010110 1111011 1010 0 10010 101001 1011101 1011 110110

Color Harmonies of #87967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87967B

Black with #87967B

Text Example


Text Example

White with #87967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87967B; }

 p { color: rgb(135,150,123); }

 H1.HeaderClassName
 {
   color: #87967B;
 }
 .AnyTagClassName
 {
   color: #87967B;
 }
</style>

background-color css

<style>
 a { background-color: #87967B; }

 a { background-color: rgb(135,150,123); }

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

border-color css

<style>
 span { border-color: #87967B; }

 span { border-color: rgb(135,150,123); }

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