Html Css Color HEX #839880 Amulet

📋 copy color: '#839880'

red 131 ◦ green 152 ◦ blue 128

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

Shades of Amulet #839880

Tints of Amulet #839880

RGB

 RED value IS 131 (51.56% from 255) = 31.87%

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

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 31.87%
G = 36.98%
B = 31.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#839880 (or 0x839880) is known color: Amulet. HEX triplet: 83, 98 and 80. RGB value is (131,152,128). Sum of RGB (Red+Green+Blue) = 131+152+128=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #839880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839880 is #7C677F. Grayscale: #8F8F8F. Windows color (decimal): -8152960 or 8427651. OLE color: 8427651.

HSL color Cylindrical-coordinate representation of color #839880: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #839880 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 128 -
CMYK 0.14 0 0.16 0.40
HSL 112.5º 0.1% 0.55% -
HSV(B) 112.5º 0.16% 0.6% -
XYZ 24.48 28.84 24.7 -
YUV 142.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 131 152 128 0.14 0 0.16 0.40 112.5 0.1 0.55
Hex 83 98 80 E 0 10 28 70 A 37
Octal 203 230 200 16 0 20 50 160 12 67
Binary 10000011 10011000 10000000 1110 0 10000 101000 1110000 1010 110111

Color Harmonies of #839880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839880

Black with #839880

Text Example


Text Example

White with #839880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839880; }

 p { color: rgb(131,152,128); }

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

background-color css

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

 a { background-color: rgb(131,152,128); }

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

border-color css

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

 span { border-color: rgb(131,152,128); }

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