Html Css Color HEX #837A87 Topaz

📋 copy color: '#837A87'

red 131 ◦ green 122 ◦ blue 135

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

Shades of Topaz #837A87

Tints of Topaz #837A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 33.76%
G = 31.44%
B = 34.79%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837A87 (or 0x837A87) is known color: Topaz. HEX triplet: 83, 7A and 87. RGB value is (131,122,135). Sum of RGB (Red+Green+Blue) = 131+122+135=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 135 - color contains mainly: blue. Hex color #837A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A87 is #7C8578. Grayscale: #7E7E7E. Windows color (decimal): -8160633 or 8878723. OLE color: 8878723.

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

Color convert

RGB 131 122 135 -
CMYK 0.03 0.10 0 0.47
HSL 281.54º 0.05% 0.5% -
HSV(B) 281.54º 0.1% 0.53% -
XYZ 20.69 20.49 25.79 -
YUV 126.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 131 122 135 0.03 0.10 0 0.47 281.54 0.05 0.5
Hex 83 7A 87 3 A 0 2F 11A 5 32
Octal 203 172 207 3 12 0 57 432 5 62
Binary 10000011 1111010 10000111 11 1010 0 101111 100011010 101 110010

Color Harmonies of #837A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A87

Black with #837A87

Text Example


Text Example

White with #837A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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