Html Css Color HEX #879C75 Amulet

📋 copy color: '#879C75'

red 135 ◦ green 156 ◦ blue 117

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

Shades of Amulet #879C75

Tints of Amulet #879C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 33.09%
G = 38.24%
B = 28.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#879C75 (or 0x879C75) is known color: Amulet. HEX triplet: 87, 9C and 75. RGB value is (135,156,117). Sum of RGB (Red+Green+Blue) = 135+156+117=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #879C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C75 is #78638A. Grayscale: #919191. Windows color (decimal): -7889803 or 7707783. OLE color: 7707783.

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

Color convert

RGB 135 156 117 -
CMYK 0.13 0 0.25 0.39
HSL 92.31º 0.16% 0.54% -
HSV(B) 92.31º 0.25% 0.61% -
XYZ 25.09 30.21 21.34 -
YUV 145.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 135 156 117 0.13 0 0.25 0.39 92.31 0.16 0.54
Hex 87 9C 75 D 0 19 27 5C 10 36
Octal 207 234 165 15 0 31 47 134 20 66
Binary 10000111 10011100 1110101 1101 0 11001 100111 1011100 10000 110110

Color Harmonies of #879C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879C75

Black with #879C75

Text Example


Text Example

White with #879C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,156,117); }

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

background-color css

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

 a { background-color: rgb(135,156,117); }

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

border-color css

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

 span { border-color: rgb(135,156,117); }

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