Html Css Color HEX #85987D Amulet

📋 copy color: '#85987D'

red 133 ◦ green 152 ◦ blue 125

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

Shades of Amulet #85987D

Tints of Amulet #85987D

RGB

 RED value IS 133 (52.34% from 255) = 32.44%

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 125 (49.22% from 255) = 30.49%

R = 32.44%
G = 37.07%
B = 30.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#85987D (or 0x85987D) is known color: Amulet. HEX triplet: 85, 98 and 7D. RGB value is (133,152,125). Sum of RGB (Red+Green+Blue) = 133+152+125=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #85987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85987D is #7A6782. Grayscale: #8F8F8F. Windows color (decimal): -8021891 or 8231045. OLE color: 8231045.

HSL color Cylindrical-coordinate representation of color #85987D: hue angle of 102.22º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85987D is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 125 -
CMYK 0.13 0 0.18 0.40
HSL 102.22º 0.12% 0.54% -
HSV(B) 102.22º 0.18% 0.6% -
XYZ 24.6 28.92 23.69 -
YUV 143.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 133 152 125 0.13 0 0.18 0.40 102.22 0.12 0.54
Hex 85 98 7D D 0 12 28 66 C 36
Octal 205 230 175 15 0 22 50 146 14 66
Binary 10000101 10011000 1111101 1101 0 10010 101000 1100110 1100 110110

Color Harmonies of #85987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85987D

Black with #85987D

Text Example


Text Example

White with #85987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85987D; }

 p { color: rgb(133,152,125); }

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

background-color css

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

 a { background-color: rgb(133,152,125); }

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

border-color css

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

 span { border-color: rgb(133,152,125); }

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