Html Css Color HEX #879B80 Amulet

📋 copy color: '#879B80'

red 135 ◦ green 155 ◦ blue 128

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

Shades of Amulet #879B80

Tints of Amulet #879B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 32.3%
G = 37.08%
B = 30.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#879B80 (or 0x879B80) is known color: Amulet. HEX triplet: 87, 9B and 80. RGB value is (135,155,128). Sum of RGB (Red+Green+Blue) = 135+155+128=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #879B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B80 is #78647F. Grayscale: #929292. Windows color (decimal): -7890048 or 8428423. OLE color: 8428423.

HSL color Cylindrical-coordinate representation of color #879B80: hue angle of 104.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #879B80 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 155 128 -
CMYK 0.13 0 0.17 0.39
HSL 104.44º 0.12% 0.55% -
HSV(B) 104.44º 0.17% 0.61% -
XYZ 25.61 30.15 24.89 -
YUV 145.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 135 155 128 0.13 0 0.17 0.39 104.44 0.12 0.55
Hex 87 9B 80 D 0 11 27 68 C 37
Octal 207 233 200 15 0 21 47 150 14 67
Binary 10000111 10011011 10000000 1101 0 10001 100111 1101000 1100 110111

Color Harmonies of #879B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B80

Black with #879B80

Text Example


Text Example

White with #879B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879B80; }

 p { color: rgb(135,155,128); }

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

background-color css

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

 a { background-color: rgb(135,155,128); }

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

border-color css

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

 span { border-color: rgb(135,155,128); }

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