Html Css Color HEX #887795 Topaz

📋 copy color: '#887795'

red 136 ◦ green 119 ◦ blue 149

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

Shades of Topaz #887795

Tints of Topaz #887795

RGB

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

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

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

R = 33.66%
G = 29.46%
B = 36.88%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887795 (or 0x887795) is known color: Topaz. HEX triplet: 88, 77 and 95. RGB value is (136,119,149). Sum of RGB (Red+Green+Blue) = 136+119+149=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #887795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887795 is #77886A. Grayscale: #7F7F7F. Windows color (decimal): -7833707 or 9795464. OLE color: 9795464.

HSL color Cylindrical-coordinate representation of color #887795: hue angle of 274º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #887795 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 119 149 -
CMYK 0.09 0.20 0 0.42
HSL 274º 0.12% 0.53% -
HSV(B) 274º 0.2% 0.58% -
XYZ 22.17 20.6 31.24 -
YUV 127.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 136 119 149 0.09 0.20 0 0.42 274 0.12 0.53
Hex 88 77 95 9 14 0 2A 112 C 35
Octal 210 167 225 11 24 0 52 422 14 65
Binary 10001000 1110111 10010101 1001 10100 0 101010 100010010 1100 110101

Color Harmonies of #887795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887795

Black with #887795

Text Example


Text Example

White with #887795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887795; }

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

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

background-color css

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

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

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

border-color css

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

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

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