Html Css Color HEX #887A94 Topaz

📋 copy color: '#887A94'

red 136 ◦ green 122 ◦ blue 148

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

Shades of Topaz #887A94

Tints of Topaz #887A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

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

R = 33.5%
G = 30.05%
B = 36.45%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887A94 (or 0x887A94) is known color: Topaz. HEX triplet: 88, 7A and 94. RGB value is (136,122,148). Sum of RGB (Red+Green+Blue) = 136+122+148=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #887A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A94 is #77856B. Grayscale: #818181. Windows color (decimal): -7832940 or 9730696. OLE color: 9730696.

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

Color convert

RGB 136 122 148 -
CMYK 0.08 0.18 0 0.42
HSL 272.31º 0.11% 0.53% -
HSV(B) 272.31º 0.18% 0.58% -
XYZ 22.46 21.29 30.94 -
YUV 129.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 136 122 148 0.08 0.18 0 0.42 272.31 0.11 0.53
Hex 88 7A 94 8 12 0 2A 110 B 35
Octal 210 172 224 10 22 0 52 420 13 65
Binary 10001000 1111010 10010100 1000 10010 0 101010 100010000 1011 110101

Color Harmonies of #887A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A94

Black with #887A94

Text Example


Text Example

White with #887A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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