Html Css Color HEX #839A7E Amulet

📋 copy color: '#839A7E'

red 131 ◦ green 154 ◦ blue 126

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

Shades of Amulet #839A7E

Tints of Amulet #839A7E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

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

R = 31.87%
G = 37.47%
B = 30.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#839A7E (or 0x839A7E) is known color: Amulet. HEX triplet: 83, 9A and 7E. RGB value is (131,154,126). Sum of RGB (Red+Green+Blue) = 131+154+126=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #839A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A7E is #7C6581. Grayscale: #909090. Windows color (decimal): -8152450 or 8297091. OLE color: 8297091.

HSL color Cylindrical-coordinate representation of color #839A7E: hue angle of 109.29º 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 #839A7E is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 154 126 -
CMYK 0.15 0 0.18 0.40
HSL 109.29º 0.12% 0.55% -
HSV(B) 109.29º 0.18% 0.6% -
XYZ 24.68 29.44 24.12 -
YUV 143.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 131 154 126 0.15 0 0.18 0.40 109.29 0.12 0.55
Hex 83 9A 7E F 0 12 28 6D C 37
Octal 203 232 176 17 0 22 50 155 14 67
Binary 10000011 10011010 1111110 1111 0 10010 101000 1101101 1100 110111

Color Harmonies of #839A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839A7E

Black with #839A7E

Text Example


Text Example

White with #839A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,154,126); }

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

background-color css

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

 a { background-color: rgb(131,154,126); }

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

border-color css

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

 span { border-color: rgb(131,154,126); }

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