Html Css Color HEX #887796 Topaz

📋 copy color: '#887796'

red 136 ◦ green 119 ◦ blue 150

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

Shades of Topaz #887796

Tints of Topaz #887796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.04%

R = 33.58%
G = 29.38%
B = 37.04%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#887796 (or 0x887796) is known color: Topaz. HEX triplet: 88, 77 and 96. RGB value is (136,119,150). Sum of RGB (Red+Green+Blue) = 136+119+150=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 150 - color contains mainly: blue. Hex color #887796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887796 is #778869. Grayscale: #7F7F7F. Windows color (decimal): -7833706 or 9861000. OLE color: 9861000.

HSL color Cylindrical-coordinate representation of color #887796: hue angle of 272.9º 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 #887796 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 119 150 -
CMYK 0.09 0.21 0 0.41
HSL 272.9º 0.13% 0.53% -
HSV(B) 272.9º 0.21% 0.59% -
XYZ 22.26 20.63 31.66 -
YUV 127.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 136 119 150 0.09 0.21 0 0.41 272.9 0.13 0.53
Hex 88 77 96 9 15 0 29 111 D 35
Octal 210 167 226 11 25 0 51 421 15 65
Binary 10001000 1110111 10010110 1001 10101 0 101001 100010001 1101 110101

Color Harmonies of #887796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887796

Black with #887796

Text Example


Text Example

White with #887796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887796; }

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

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

background-color css

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

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

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

border-color css

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

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

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