#85977B

Color #85977B Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #85977B

Tints of Amulet #85977B

Color information

#85977B (or 0x85977B) is unknown color: approx Amulet. HEX triplet: 85, 97 and 7B. RGB value is (133,151,123). Sum of RGB (Red+Green+Blue) = 133+151+123=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #85977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85977B is #7A6884. Grayscale: #8E8E8E. Windows color (decimal): -8022149 or 8099717. OLE color: 8099717.

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

Color convert

RGB133151123-
CMYK0.1200.190.41
HSL98.57º11.86%53.73%-
HSV(B)98.57º18.54%59.22%-
XYZ24.3128.5522.97-
YUV142.43117.04121.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=32.68%
G=37.10%
B=30.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331511230.1200.190.4198.5711.8653.73
Hex85977BC0132963c36
Octal20522717314023511431466
Binary10000101100101111111011110001001110100111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,151,123); }

 H1.HeaderClassName
 {
   color: #85977B;
 }
 .AnyTagClassName
 {
   color: #85977B;
 }
</style>
background-color css

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

 a { background-color: rgb(133,151,123); }

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

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

 span { border-color: rgb(133,151,123); }

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