Html Css Color HEX #887C93 Topaz

📋 copy color: '#887C93'

red 136 ◦ green 124 ◦ blue 147

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

Shades of Topaz #887C93

Tints of Topaz #887C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 33.42%
G = 30.47%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887C93 (or 0x887C93) is known color: Topaz. HEX triplet: 88, 7C and 93. RGB value is (136,124,147). Sum of RGB (Red+Green+Blue) = 136+124+147=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #887C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C93 is #77836C. Grayscale: #828282. Windows color (decimal): -7832429 or 9665672. OLE color: 9665672.

HSL color Cylindrical-coordinate representation of color #887C93: hue angle of 271.3º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887C93 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 124 147 -
CMYK 0.07 0.16 0 0.42
HSL 271.3º 0.1% 0.53% -
HSV(B) 271.3º 0.16% 0.58% -
XYZ 22.63 21.76 30.61 -
YUV 130.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 136 124 147 0.07 0.16 0 0.42 271.3 0.1 0.53
Hex 88 7C 93 7 10 0 2A 10F A 35
Octal 210 174 223 7 20 0 52 417 12 65
Binary 10001000 1111100 10010011 111 10000 0 101010 100001111 1010 110101

Color Harmonies of #887C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C93

Black with #887C93

Text Example


Text Example

White with #887C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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