Html Css Color HEX #887B96 Topaz

📋 copy color: '#887B96'

red 136 ◦ green 123 ◦ blue 150

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

Shades of Topaz #887B96

Tints of Topaz #887B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 33.25%
G = 30.07%
B = 36.67%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#887B96 (or 0x887B96) is known color: Topaz. HEX triplet: 88, 7B and 96. RGB value is (136,123,150). Sum of RGB (Red+Green+Blue) = 136+123+150=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 150 - color contains mainly: blue. Hex color #887B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B96 is #778469. Grayscale: #818181. Windows color (decimal): -7832682 or 9862024. OLE color: 9862024.

HSL color Cylindrical-coordinate representation of color #887B96: hue angle of 268.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887B96 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 123 150 -
CMYK 0.09 0.18 0 0.41
HSL 268.89º 0.11% 0.54% -
HSV(B) 268.89º 0.18% 0.59% -
XYZ 22.74 21.6 31.83 -
YUV 129.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 136 123 150 0.09 0.18 0 0.41 268.89 0.11 0.54
Hex 88 7B 96 9 12 0 29 10D B 36
Octal 210 173 226 11 22 0 51 415 13 66
Binary 10001000 1111011 10010110 1001 10010 0 101001 100001101 1011 110110

Color Harmonies of #887B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B96

Black with #887B96

Text Example


Text Example

White with #887B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887B96; }

 p { color: rgb(136,123,150); }

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

background-color css

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

 a { background-color: rgb(136,123,150); }

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

border-color css

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

 span { border-color: rgb(136,123,150); }

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