Html Css Color HEX #839B7C Amulet

📋 copy color: '#839B7C'

red 131 ◦ green 155 ◦ blue 124

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

Shades of Amulet #839B7C

Tints of Amulet #839B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 31.95%
G = 37.8%
B = 30.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#839B7C (or 0x839B7C) is known color: Amulet. HEX triplet: 83, 9B and 7C. RGB value is (131,155,124). Sum of RGB (Red+Green+Blue) = 131+155+124=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #839B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B7C is #7C6483. Grayscale: #909090. Windows color (decimal): -8152196 or 8166275. OLE color: 8166275.

HSL color Cylindrical-coordinate representation of color #839B7C: hue angle of 106.45º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #839B7C is Cyan = 0.15, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 155 124 -
CMYK 0.15 0 0.2 0.39
HSL 106.45º 0.13% 0.55% -
HSV(B) 106.45º 0.2% 0.61% -
XYZ 24.72 29.72 23.5 -
YUV 144.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 131 155 124 0.15 0 0.2 0.39 106.45 0.13 0.55
Hex 83 9B 7C F 0 14 27 6A D 37
Octal 203 233 174 17 0 24 47 152 15 67
Binary 10000011 10011011 1111100 1111 0 10100 100111 1101010 1101 110111

Color Harmonies of #839B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839B7C

Black with #839B7C

Text Example


Text Example

White with #839B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839B7C; }

 p { color: rgb(131,155,124); }

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

background-color css

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

 a { background-color: rgb(131,155,124); }

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

border-color css

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

 span { border-color: rgb(131,155,124); }

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