Html Css Color HEX #887694 Topaz

📋 copy color: '#887694'

red 136 ◦ green 118 ◦ blue 148

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

Shades of Topaz #887694

Tints of Topaz #887694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 33.83%
G = 29.35%
B = 36.82%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887694 (or 0x887694) is known color: Topaz. HEX triplet: 88, 76 and 94. RGB value is (136,118,148). Sum of RGB (Red+Green+Blue) = 136+118+148=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #887694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887694 is #77896B. Grayscale: #7E7E7E. Windows color (decimal): -7833964 or 9729672. OLE color: 9729672.

HSL color Cylindrical-coordinate representation of color #887694: hue angle of 276º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #887694 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 118 148 -
CMYK 0.08 0.20 0 0.42
HSL 276º 0.12% 0.52% -
HSV(B) 276º 0.2% 0.58% -
XYZ 21.98 20.33 30.78 -
YUV 126.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 136 118 148 0.08 0.20 0 0.42 276 0.12 0.52
Hex 88 76 94 8 14 0 2A 114 C 34
Octal 210 166 224 10 24 0 52 424 14 64
Binary 10001000 1110110 10010100 1000 10100 0 101010 100010100 1100 110100

Color Harmonies of #887694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887694

Black with #887694

Text Example


Text Example

White with #887694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887694; }

 p { color: rgb(136,118,148); }

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

background-color css

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

 a { background-color: rgb(136,118,148); }

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

border-color css

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

 span { border-color: rgb(136,118,148); }

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