Html Css Color HEX #887F91 Topaz

📋 copy color: '#887F91'

red 136 ◦ green 127 ◦ blue 145

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

Shades of Topaz #887F91

Tints of Topaz #887F91

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 33.33%
G = 31.13%
B = 35.54%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#887F91 (or 0x887F91) is known color: Topaz. HEX triplet: 88, 7F and 91. RGB value is (136,127,145). Sum of RGB (Red+Green+Blue) = 136+127+145=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 145 - color contains mainly: blue. Hex color #887F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887F91 is #77806E. Grayscale: #838383. Windows color (decimal): -7831663 or 9535368. OLE color: 9535368.

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

Color convert

RGB 136 127 145 -
CMYK 0.06 0.12 0 0.43
HSL 270º 0.08% 0.53% -
HSV(B) 270º 0.12% 0.57% -
XYZ 22.85 22.46 29.92 -
YUV 131.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 136 127 145 0.06 0.12 0 0.43 270 0.08 0.53
Hex 88 7F 91 6 C 0 2B 10E 8 35
Octal 210 177 221 6 14 0 53 416 10 65
Binary 10001000 1111111 10010001 110 1100 0 101011 100001110 1000 110101

Color Harmonies of #887F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F91

Black with #887F91

Text Example


Text Example

White with #887F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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