Html Css Color HEX #85997E Amulet

📋 copy color: '#85997E'

red 133 ◦ green 153 ◦ blue 126

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

Shades of Amulet #85997E

Tints of Amulet #85997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 32.28%
G = 37.14%
B = 30.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#85997E (or 0x85997E) is known color: Amulet. HEX triplet: 85, 99 and 7E. RGB value is (133,153,126). Sum of RGB (Red+Green+Blue) = 133+153+126=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #85997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85997E is #7A6681. Grayscale: #909090. Windows color (decimal): -8021634 or 8296837. OLE color: 8296837.

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

Color convert

RGB 133 153 126 -
CMYK 0.13 0 0.18 0.4
HSL 104.44º 0.12% 0.55% -
HSV(B) 104.44º 0.18% 0.6% -
XYZ 24.83 29.28 24.08 -
YUV 143.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 133 153 126 0.13 0 0.18 0.4 104.44 0.12 0.55
Hex 85 99 7E D 0 12 28 68 C 37
Octal 205 231 176 15 0 22 50 150 14 67
Binary 10000101 10011001 1111110 1101 0 10010 101000 1101000 1100 110111

Color Harmonies of #85997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85997E

Black with #85997E

Text Example


Text Example

White with #85997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85997E; }

 p { color: rgb(133,153,126); }

 H1.HeaderClassName
 {
   color: #85997E;
 }
 .AnyTagClassName
 {
   color: #85997E;
 }
</style>

background-color css

<style>
 a { background-color: #85997E; }

 a { background-color: rgb(133,153,126); }

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

border-color css

<style>
 span { border-color: #85997E; }

 span { border-color: rgb(133,153,126); }

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