Html Css Color HEX #839875 Amulet

📋 copy color: '#839875'

red 131 ◦ green 152 ◦ blue 117

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

Shades of Amulet #839875

Tints of Amulet #839875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 32.75%
G = 38%
B = 29.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#839875 (or 0x839875) is known color: Amulet. HEX triplet: 83, 98 and 75. RGB value is (131,152,117). Sum of RGB (Red+Green+Blue) = 131+152+117=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #839875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839875 is #7C678A. Grayscale: #8D8D8D. Windows color (decimal): -8152971 or 7706755. OLE color: 7706755.

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

Color convert

RGB 131 152 117 -
CMYK 0.14 0 0.23 0.40
HSL 96º 0.15% 0.53% -
HSV(B) 96º 0.23% 0.6% -
XYZ 23.8 28.57 21.09 -
YUV 141.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 131 152 117 0.14 0 0.23 0.40 96 0.15 0.53
Hex 83 98 75 E 0 17 28 60 F 35
Octal 203 230 165 16 0 27 50 140 17 65
Binary 10000011 10011000 1110101 1110 0 10111 101000 1100000 1111 110101

Color Harmonies of #839875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839875

Black with #839875

Text Example


Text Example

White with #839875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839875; }

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

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

background-color css

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

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

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

border-color css

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

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

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