Html Css Color HEX #837D87 Topaz

📋 copy color: '#837D87'

red 131 ◦ green 125 ◦ blue 135

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

Shades of Topaz #837D87

Tints of Topaz #837D87

RGB

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

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

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

R = 33.5%
G = 31.97%
B = 34.53%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837D87 (or 0x837D87) is known color: Topaz. HEX triplet: 83, 7D and 87. RGB value is (131,125,135). Sum of RGB (Red+Green+Blue) = 131+125+135=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 135 - color contains mainly: blue. Hex color #837D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D87 is #7C8278. Grayscale: #7F7F7F. Windows color (decimal): -8159865 or 8879491. OLE color: 8879491.

HSL color Cylindrical-coordinate representation of color #837D87: hue angle of 276º 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 #837D87 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 125 135 -
CMYK 0.03 0.07 0 0.47
HSL 276º 0.04% 0.51% -
HSV(B) 276º 0.07% 0.53% -
XYZ 21.07 21.24 25.91 -
YUV 127.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 131 125 135 0.03 0.07 0 0.47 276 0.04 0.51
Hex 83 7D 87 3 7 0 2F 114 4 33
Octal 203 175 207 3 7 0 57 424 4 63
Binary 10000011 1111101 10000111 11 111 0 101111 100010100 100 110011

Color Harmonies of #837D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D87

Black with #837D87

Text Example


Text Example

White with #837D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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