Html Css Color HEX #837C88 Topaz

📋 copy color: '#837C88'

red 131 ◦ green 124 ◦ blue 136

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

Shades of Topaz #837C88

Tints of Topaz #837C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 33.5%
G = 31.71%
B = 34.78%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837C88 (or 0x837C88) is known color: Topaz. HEX triplet: 83, 7C and 88. RGB value is (131,124,136). Sum of RGB (Red+Green+Blue) = 131+124+136=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #837C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C88 is #7C8377. Grayscale: #7F7F7F. Windows color (decimal): -8160120 or 8944771. OLE color: 8944771.

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

Color convert

RGB 131 124 136 -
CMYK 0.04 0.09 0 0.47
HSL 275º 0.05% 0.51% -
HSV(B) 275º 0.09% 0.53% -
XYZ 21.01 21.02 26.24 -
YUV 127.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 131 124 136 0.04 0.09 0 0.47 275 0.05 0.51
Hex 83 7C 88 4 9 0 2F 113 5 33
Octal 203 174 210 4 11 0 57 423 5 63
Binary 10000011 1111100 10001000 100 1001 0 101111 100010011 101 110011

Color Harmonies of #837C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C88

Black with #837C88

Text Example


Text Example

White with #837C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,136); }

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

background-color css

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

 a { background-color: rgb(131,124,136); }

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

border-color css

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

 span { border-color: rgb(131,124,136); }

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