Html Css Color HEX #837F8B Topaz

📋 copy color: '#837F8B'

red 131 ◦ green 127 ◦ blue 139

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

Shades of Topaz #837F8B

Tints of Topaz #837F8B

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

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

R = 33%
G = 31.99%
B = 35.01%

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

#837F8B (or 0x837F8B) is known color: Topaz. HEX triplet: 83, 7F and 8B. RGB value is (131,127,139). Sum of RGB (Red+Green+Blue) = 131+127+139=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #837F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F8B is #7C8074. Grayscale: #818181. Windows color (decimal): -8159349 or 9142147. OLE color: 9142147.

HSL color Cylindrical-coordinate representation of color #837F8B: hue angle of 260º 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 #837F8B is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 127 139 -
CMYK 0.06 0.09 0 0.45
HSL 260º 0.05% 0.52% -
HSV(B) 260º 0.09% 0.55% -
XYZ 21.61 21.87 27.51 -
YUV 129.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 131 127 139 0.06 0.09 0 0.45 260 0.05 0.52
Hex 83 7F 8B 6 9 0 2D 104 5 34
Octal 203 177 213 6 11 0 55 404 5 64
Binary 10000011 1111111 10001011 110 1001 0 101101 100000100 101 110100

Color Harmonies of #837F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F8B

Black with #837F8B

Text Example


Text Example

White with #837F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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