Html Css Color HEX #837B87 Topaz

📋 copy color: '#837B87'

red 131 ◦ green 123 ◦ blue 135

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

Shades of Topaz #837B87

Tints of Topaz #837B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 33.68%
G = 31.62%
B = 34.7%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837B87 (or 0x837B87) is known color: Topaz. HEX triplet: 83, 7B and 87. RGB value is (131,123,135). Sum of RGB (Red+Green+Blue) = 131+123+135=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 135 - color contains mainly: blue. Hex color #837B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837B87 is #7C8478. Grayscale: #7E7E7E. Windows color (decimal): -8160377 or 8878979. OLE color: 8878979.

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

Color convert

RGB 131 123 135 -
CMYK 0.03 0.09 0 0.47
HSL 280º 0.05% 0.51% -
HSV(B) 280º 0.09% 0.53% -
XYZ 20.82 20.74 25.83 -
YUV 126.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 131 123 135 0.03 0.09 0 0.47 280 0.05 0.51
Hex 83 7B 87 3 9 0 2F 118 5 33
Octal 203 173 207 3 11 0 57 430 5 63
Binary 10000011 1111011 10000111 11 1001 0 101111 100011000 101 110011

Color Harmonies of #837B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B87

Black with #837B87

Text Example


Text Example

White with #837B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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