Html Css Color HEX #887992 Topaz

📋 copy color: '#887992'

red 136 ◦ green 121 ◦ blue 146

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

Shades of Topaz #887992

Tints of Topaz #887992

RGB

 RED value IS 136 (53.52% from 255) = 33.75%

 GREEN value IS 121 (47.66% from 255) = 30.02%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 33.75%
G = 30.02%
B = 36.23%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#887992 (or 0x887992) is known color: Topaz. HEX triplet: 88, 79 and 92. RGB value is (136,121,146). Sum of RGB (Red+Green+Blue) = 136+121+146=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #887992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887992 is #77866D. Grayscale: #808080. Windows color (decimal): -7833198 or 9599368. OLE color: 9599368.

HSL color Cylindrical-coordinate representation of color #887992: hue angle of 276º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #887992 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 121 146 -
CMYK 0.07 0.17 0 0.43
HSL 276º 0.1% 0.52% -
HSV(B) 276º 0.17% 0.57% -
XYZ 22.18 20.98 30.08 -
YUV 128.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 136 121 146 0.07 0.17 0 0.43 276 0.1 0.52
Hex 88 79 92 7 11 0 2B 114 A 34
Octal 210 171 222 7 21 0 53 424 12 64
Binary 10001000 1111001 10010010 111 10001 0 101011 100010100 1010 110100

Color Harmonies of #887992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887992

Black with #887992

Text Example


Text Example

White with #887992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887992; }

 p { color: rgb(136,121,146); }

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

background-color css

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

 a { background-color: rgb(136,121,146); }

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

border-color css

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

 span { border-color: rgb(136,121,146); }

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