Html Css Color HEX #887697 Topaz

📋 copy color: '#887697'

red 136 ◦ green 118 ◦ blue 151

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

Shades of Topaz #887697

Tints of Topaz #887697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 33.58%
G = 29.14%
B = 37.28%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#887697 (or 0x887697) is known color: Topaz. HEX triplet: 88, 76 and 97. RGB value is (136,118,151). Sum of RGB (Red+Green+Blue) = 136+118+151=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #887697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887697 is #778968. Grayscale: #7F7F7F. Windows color (decimal): -7833961 or 9926280. OLE color: 9926280.

HSL color Cylindrical-coordinate representation of color #887697: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #887697 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 118 151 -
CMYK 0.10 0.22 0 0.41
HSL 272.73º 0.14% 0.53% -
HSV(B) 272.73º 0.22% 0.59% -
XYZ 22.22 20.43 32.05 -
YUV 127.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 136 118 151 0.10 0.22 0 0.41 272.73 0.14 0.53
Hex 88 76 97 A 16 0 29 111 E 35
Octal 210 166 227 12 26 0 51 421 16 65
Binary 10001000 1110110 10010111 1010 10110 0 101001 100010001 1110 110101

Color Harmonies of #887697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887697

Black with #887697

Text Example


Text Example

White with #887697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887697; }

 p { color: rgb(136,118,151); }

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

background-color css

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

 a { background-color: rgb(136,118,151); }

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

border-color css

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

 span { border-color: rgb(136,118,151); }

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