Html Css Color HEX #837B8E Topaz

📋 copy color: '#837B8E'

red 131 ◦ green 123 ◦ blue 142

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

Shades of Topaz #837B8E

Tints of Topaz #837B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 33.08%
G = 31.06%
B = 35.86%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837B8E (or 0x837B8E) is known color: Topaz. HEX triplet: 83, 7B and 8E. RGB value is (131,123,142). Sum of RGB (Red+Green+Blue) = 131+123+142=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #837B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B8E is #7C8471. Grayscale: #7F7F7F. Windows color (decimal): -8160370 or 9337731. OLE color: 9337731.

HSL color Cylindrical-coordinate representation of color #837B8E: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837B8E is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 123 142 -
CMYK 0.08 0.13 0 0.44
HSL 265.26º 0.08% 0.52% -
HSV(B) 265.26º 0.13% 0.56% -
XYZ 21.33 20.94 28.51 -
YUV 127.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 131 123 142 0.08 0.13 0 0.44 265.26 0.08 0.52
Hex 83 7B 8E 8 D 0 2C 109 8 34
Octal 203 173 216 10 15 0 54 411 10 64
Binary 10000011 1111011 10001110 1000 1101 0 101100 100001001 1000 110100

Color Harmonies of #837B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B8E

Black with #837B8E

Text Example


Text Example

White with #837B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,123,142); }

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

background-color css

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

 a { background-color: rgb(131,123,142); }

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

border-color css

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

 span { border-color: rgb(131,123,142); }

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