Html Css Color HEX #849F7F Amulet

📋 copy color: '#849F7F'

red 132 ◦ green 159 ◦ blue 127

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

Shades of Amulet #849F7F

Tints of Amulet #849F7F

RGB

 RED value IS 132 (51.95% from 255) = 31.58%

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 31.58%
G = 38.04%
B = 30.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#849F7F (or 0x849F7F) is known color: Amulet. HEX triplet: 84, 9F and 7F. RGB value is (132,159,127). Sum of RGB (Red+Green+Blue) = 132+159+127=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #849F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F7F is #7B6080. Grayscale: #939393. Windows color (decimal): -8085633 or 8363908. OLE color: 8363908.

HSL color Cylindrical-coordinate representation of color #849F7F: hue angle of 110.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #849F7F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 127 -
CMYK 0.17 0 0.20 0.38
HSL 110.63º 0.14% 0.56% -
HSV(B) 110.63º 0.2% 0.62% -
XYZ 25.74 31.23 24.75 -
YUV 147.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 132 159 127 0.17 0 0.20 0.38 110.63 0.14 0.56
Hex 84 9F 7F 11 0 14 26 6F E 38
Octal 204 237 177 21 0 24 46 157 16 70
Binary 10000100 10011111 1111111 10001 0 10100 100110 1101111 1110 111000

Color Harmonies of #849F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F7F

Black with #849F7F

Text Example


Text Example

White with #849F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F7F; }

 p { color: rgb(132,159,127); }

 H1.HeaderClassName
 {
   color: #849F7F;
 }
 .AnyTagClassName
 {
   color: #849F7F;
 }
</style>

background-color css

<style>
 a { background-color: #849F7F; }

 a { background-color: rgb(132,159,127); }

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

border-color css

<style>
 span { border-color: #849F7F; }

 span { border-color: rgb(132,159,127); }

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