Html Css Color HEX #837A88 Topaz

📋 copy color: '#837A88'

red 131 ◦ green 122 ◦ blue 136

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

Shades of Topaz #837A88

Tints of Topaz #837A88

RGB

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

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

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

R = 33.68%
G = 31.36%
B = 34.96%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837A88 (or 0x837A88) is known color: Topaz. HEX triplet: 83, 7A and 88. RGB value is (131,122,136). Sum of RGB (Red+Green+Blue) = 131+122+136=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #837A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A88 is #7C8577. Grayscale: #7E7E7E. Windows color (decimal): -8160632 or 8944259. OLE color: 8944259.

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

Color convert

RGB 131 122 136 -
CMYK 0.04 0.10 0 0.47
HSL 278.57º 0.06% 0.51% -
HSV(B) 278.57º 0.1% 0.53% -
XYZ 20.76 20.52 26.16 -
YUV 126.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 131 122 136 0.04 0.10 0 0.47 278.57 0.06 0.51
Hex 83 7A 88 4 A 0 2F 117 6 33
Octal 203 172 210 4 12 0 57 427 6 63
Binary 10000011 1111010 10001000 100 1010 0 101111 100010111 110 110011

Color Harmonies of #837A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A88

Black with #837A88

Text Example


Text Example

White with #837A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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