Html Css Color HEX #879B73 Amulet

📋 copy color: '#879B73'

red 135 ◦ green 155 ◦ blue 115

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

Shades of Amulet #879B73

Tints of Amulet #879B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 33.33%
G = 38.27%
B = 28.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#879B73 (or 0x879B73) is known color: Amulet. HEX triplet: 87, 9B and 73. RGB value is (135,155,115). Sum of RGB (Red+Green+Blue) = 135+155+115=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #879B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879B73 is #78648C. Grayscale: #909090. Windows color (decimal): -7890061 or 7576455. OLE color: 7576455.

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

Color convert

RGB 135 155 115 -
CMYK 0.13 0 0.26 0.39
HSL 90º 0.17% 0.53% -
HSV(B) 90º 0.26% 0.61% -
XYZ 24.81 29.83 20.67 -
YUV 144.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 135 155 115 0.13 0 0.26 0.39 90 0.17 0.53
Hex 87 9B 73 D 0 1A 27 5A 11 35
Octal 207 233 163 15 0 32 47 132 21 65
Binary 10000111 10011011 1110011 1101 0 11010 100111 1011010 10001 110101

Color Harmonies of #879B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879B73

Black with #879B73

Text Example


Text Example

White with #879B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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