Html Css Color HEX #887A91 Topaz

📋 copy color: '#887A91'

red 136 ◦ green 122 ◦ blue 145

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

Shades of Topaz #887A91

Tints of Topaz #887A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 33.75%
G = 30.27%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#887A91 (or 0x887A91) is known color: Topaz. HEX triplet: 88, 7A and 91. RGB value is (136,122,145). Sum of RGB (Red+Green+Blue) = 136+122+145=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #887A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A91 is #77856E. Grayscale: #808080. Windows color (decimal): -7832943 or 9534088. OLE color: 9534088.

HSL color Cylindrical-coordinate representation of color #887A91: hue angle of 276.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887A91 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 122 145 -
CMYK 0.06 0.16 0 0.43
HSL 276.52º 0.09% 0.52% -
HSV(B) 276.52º 0.16% 0.57% -
XYZ 22.22 21.2 29.71 -
YUV 128.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 136 122 145 0.06 0.16 0 0.43 276.52 0.09 0.52
Hex 88 7A 91 6 10 0 2B 115 9 34
Octal 210 172 221 6 20 0 53 425 11 64
Binary 10001000 1111010 10010001 110 10000 0 101011 100010101 1001 110100

Color Harmonies of #887A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A91

Black with #887A91

Text Example


Text Example

White with #887A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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