Html Css Color HEX #879983 Amulet

📋 copy color: '#879983'

red 135 ◦ green 153 ◦ blue 131

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

Shades of Amulet #879983

Tints of Amulet #879983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.52%

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 32.22%
G = 36.52%
B = 31.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#879983 (or 0x879983) is known color: Amulet. HEX triplet: 87, 99 and 83. RGB value is (135,153,131). Sum of RGB (Red+Green+Blue) = 135+153+131=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #879983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879983 is #78667C. Grayscale: #919191. Windows color (decimal): -7890557 or 8624519. OLE color: 8624519.

HSL color Cylindrical-coordinate representation of color #879983: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879983 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 153 131 -
CMYK 0.12 0 0.14 0.4
HSL 109.09º 0.1% 0.56% -
HSV(B) 109.09º 0.14% 0.6% -
XYZ 25.48 29.57 25.84 -
YUV 145.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 135 153 131 0.12 0 0.14 0.4 109.09 0.1 0.56
Hex 87 99 83 C 0 E 28 6D A 38
Octal 207 231 203 14 0 16 50 155 12 70
Binary 10000111 10011001 10000011 1100 0 1110 101000 1101101 1010 111000

Color Harmonies of #879983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879983

Black with #879983

Text Example


Text Example

White with #879983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879983; }

 p { color: rgb(135,153,131); }

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

background-color css

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

 a { background-color: rgb(135,153,131); }

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

border-color css

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

 span { border-color: rgb(135,153,131); }

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