Html Css Color HEX #837D86 Topaz

📋 copy color: '#837D86'

red 131 ◦ green 125 ◦ blue 134

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

Shades of Topaz #837D86

Tints of Topaz #837D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 33.59%
G = 32.05%
B = 34.36%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837D86 (or 0x837D86) is known color: Topaz. HEX triplet: 83, 7D and 86. RGB value is (131,125,134). Sum of RGB (Red+Green+Blue) = 131+125+134=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 134 - color contains mainly: blue. Hex color #837D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D86 is #7C8279. Grayscale: #7F7F7F. Windows color (decimal): -8159866 or 8813955. OLE color: 8813955.

HSL color Cylindrical-coordinate representation of color #837D86: hue angle of 280º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #837D86 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 125 134 -
CMYK 0.02 0.07 0 0.47
HSL 280º 0.04% 0.51% -
HSV(B) 280º 0.07% 0.53% -
XYZ 21 21.21 25.54 -
YUV 127.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 131 125 134 0.02 0.07 0 0.47 280 0.04 0.51
Hex 83 7D 86 2 7 0 2F 118 4 33
Octal 203 175 206 2 7 0 57 430 4 63
Binary 10000011 1111101 10000110 10 111 0 101111 100011000 100 110011

Color Harmonies of #837D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D86

Black with #837D86

Text Example


Text Example

White with #837D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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