Html Css Color HEX #837B8B Topaz

📋 copy color: '#837B8B'

red 131 ◦ green 123 ◦ blue 139

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

Shades of Topaz #837B8B

Tints of Topaz #837B8B

RGB

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

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

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

R = 33.33%
G = 31.3%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#837B8B (or 0x837B8B) is known color: Topaz. HEX triplet: 83, 7B and 8B. RGB value is (131,123,139). Sum of RGB (Red+Green+Blue) = 131+123+139=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #837B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B8B is #7C8474. Grayscale: #7F7F7F. Windows color (decimal): -8160373 or 9141123. OLE color: 9141123.

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

Color convert

RGB 131 123 139 -
CMYK 0.06 0.12 0 0.45
HSL 270º 0.06% 0.51% -
HSV(B) 270º 0.12% 0.55% -
XYZ 21.1 20.86 27.34 -
YUV 127.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 131 123 139 0.06 0.12 0 0.45 270 0.06 0.51
Hex 83 7B 8B 6 C 0 2D 10E 6 33
Octal 203 173 213 6 14 0 55 416 6 63
Binary 10000011 1111011 10001011 110 1100 0 101101 100001110 110 110011

Color Harmonies of #837B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B8B

Black with #837B8B

Text Example


Text Example

White with #837B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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