Html Css Color HEX #837D8E Topaz

📋 copy color: '#837D8E'

red 131 ◦ green 125 ◦ blue 142

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

Shades of Topaz #837D8E

Tints of Topaz #837D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

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

R = 32.91%
G = 31.41%
B = 35.68%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#837D8E (or 0x837D8E) is known color: Topaz. HEX triplet: 83, 7D and 8E. RGB value is (131,125,142). Sum of RGB (Red+Green+Blue) = 131+125+142=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #837D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D8E is #7C8271. Grayscale: #808080. Windows color (decimal): -8159858 or 9338243. OLE color: 9338243.

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

Color convert

RGB 131 125 142 -
CMYK 0.08 0.12 0 0.44
HSL 261.18º 0.07% 0.52% -
HSV(B) 261.18º 0.12% 0.56% -
XYZ 21.58 21.45 28.59 -
YUV 128.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 131 125 142 0.08 0.12 0 0.44 261.18 0.07 0.52
Hex 83 7D 8E 8 C 0 2C 105 7 34
Octal 203 175 216 10 14 0 54 405 7 64
Binary 10000011 1111101 10001110 1000 1100 0 101100 100000101 111 110100

Color Harmonies of #837D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D8E

Black with #837D8E

Text Example


Text Example

White with #837D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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