Html Css Color HEX #887894 Topaz

📋 copy color: '#887894'

red 136 ◦ green 120 ◦ blue 148

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

Shades of Topaz #887894

Tints of Topaz #887894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.7%

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

R = 33.66%
G = 29.7%
B = 36.63%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887894 (or 0x887894) is known color: Topaz. HEX triplet: 88, 78 and 94. RGB value is (136,120,148). Sum of RGB (Red+Green+Blue) = 136+120+148=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #887894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887894 is #77876B. Grayscale: #7F7F7F. Windows color (decimal): -7833452 or 9730184. OLE color: 9730184.

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

Color convert

RGB 136 120 148 -
CMYK 0.08 0.19 0 0.42
HSL 274.29º 0.12% 0.53% -
HSV(B) 274.29º 0.19% 0.58% -
XYZ 22.22 20.81 30.86 -
YUV 127.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 136 120 148 0.08 0.19 0 0.42 274.29 0.12 0.53
Hex 88 78 94 8 13 0 2A 112 C 35
Octal 210 170 224 10 23 0 52 422 14 65
Binary 10001000 1111000 10010100 1000 10011 0 101010 100010010 1100 110101

Color Harmonies of #887894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887894

Black with #887894

Text Example


Text Example

White with #887894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887894; }

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

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

background-color css

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

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

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

border-color css

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

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

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