Html Css Color HEX #887797 Topaz

📋 copy color: '#887797'

red 136 ◦ green 119 ◦ blue 151

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

Shades of Topaz #887797

Tints of Topaz #887797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 33.5%
G = 29.31%
B = 37.19%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#887797 (or 0x887797) is known color: Topaz. HEX triplet: 88, 77 and 97. RGB value is (136,119,151). Sum of RGB (Red+Green+Blue) = 136+119+151=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #887797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887797 is #778868. Grayscale: #7F7F7F. Windows color (decimal): -7833705 or 9926536. OLE color: 9926536.

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

Color convert

RGB 136 119 151 -
CMYK 0.10 0.21 0 0.41
HSL 271.88º 0.13% 0.53% -
HSV(B) 271.88º 0.21% 0.59% -
XYZ 22.34 20.66 32.09 -
YUV 127.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 136 119 151 0.10 0.21 0 0.41 271.88 0.13 0.53
Hex 88 77 97 A 15 0 29 110 D 35
Octal 210 167 227 12 25 0 51 420 15 65
Binary 10001000 1110111 10010111 1010 10101 0 101001 100010000 1101 110101

Color Harmonies of #887797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887797

Black with #887797

Text Example


Text Example

White with #887797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887797; }

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

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

background-color css

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

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

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

border-color css

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

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

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