Html Css Color HEX #887A95 Topaz

📋 copy color: '#887A95'

red 136 ◦ green 122 ◦ blue 149

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

Shades of Topaz #887A95

Tints of Topaz #887A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 33.42%
G = 29.98%
B = 36.61%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887A95 (or 0x887A95) is known color: Topaz. HEX triplet: 88, 7A and 95. RGB value is (136,122,149). Sum of RGB (Red+Green+Blue) = 136+122+149=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #887A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A95 is #77856A. Grayscale: #818181. Windows color (decimal): -7832939 or 9796232. OLE color: 9796232.

HSL color Cylindrical-coordinate representation of color #887A95: hue angle of 271.11º 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 #887A95 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 122 149 -
CMYK 0.09 0.18 0 0.42
HSL 271.11º 0.11% 0.53% -
HSV(B) 271.11º 0.18% 0.58% -
XYZ 22.54 21.32 31.36 -
YUV 129.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 136 122 149 0.09 0.18 0 0.42 271.11 0.11 0.53
Hex 88 7A 95 9 12 0 2A 10F B 35
Octal 210 172 225 11 22 0 52 417 13 65
Binary 10001000 1111010 10010101 1001 10010 0 101010 100001111 1011 110101

Color Harmonies of #887A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A95

Black with #887A95

Text Example


Text Example

White with #887A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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