Html Css Color HEX #837E8B Topaz

📋 copy color: '#837E8B'

red 131 ◦ green 126 ◦ blue 139

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

Shades of Topaz #837E8B

Tints of Topaz #837E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 33.08%
G = 31.82%
B = 35.1%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#837E8B (or 0x837E8B) is known color: Topaz. HEX triplet: 83, 7E and 8B. RGB value is (131,126,139). Sum of RGB (Red+Green+Blue) = 131+126+139=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #837E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E8B is #7C8174. Grayscale: #808080. Windows color (decimal): -8159605 or 9141891. OLE color: 9141891.

HSL color Cylindrical-coordinate representation of color #837E8B: hue angle of 263.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #837E8B is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 126 139 -
CMYK 0.06 0.09 0 0.45
HSL 263.08º 0.05% 0.52% -
HSV(B) 263.08º 0.09% 0.55% -
XYZ 21.48 21.61 27.47 -
YUV 128.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 131 126 139 0.06 0.09 0 0.45 263.08 0.05 0.52
Hex 83 7E 8B 6 9 0 2D 107 5 34
Octal 203 176 213 6 11 0 55 407 5 64
Binary 10000011 1111110 10001011 110 1001 0 101101 100000111 101 110100

Color Harmonies of #837E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E8B

Black with #837E8B

Text Example


Text Example

White with #837E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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