Html Css Color HEX #887791 Topaz

📋 copy color: '#887791'

red 136 ◦ green 119 ◦ blue 145

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

Shades of Topaz #887791

Tints of Topaz #887791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 34%
G = 29.75%
B = 36.25%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#887791 (or 0x887791) is known color: Topaz. HEX triplet: 88, 77 and 91. RGB value is (136,119,145). Sum of RGB (Red+Green+Blue) = 136+119+145=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #887791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887791 is #77886E. Grayscale: #7E7E7E. Windows color (decimal): -7833711 or 9533320. OLE color: 9533320.

HSL color Cylindrical-coordinate representation of color #887791: hue angle of 279.23º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887791 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 119 145 -
CMYK 0.06 0.18 0 0.43
HSL 279.23º 0.11% 0.52% -
HSV(B) 279.23º 0.18% 0.57% -
XYZ 21.86 20.47 29.59 -
YUV 127.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 136 119 145 0.06 0.18 0 0.43 279.23 0.11 0.52
Hex 88 77 91 6 12 0 2B 117 B 34
Octal 210 167 221 6 22 0 53 427 13 64
Binary 10001000 1110111 10010001 110 10010 0 101011 100010111 1011 110100

Color Harmonies of #887791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887791

Black with #887791

Text Example


Text Example

White with #887791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887791; }

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

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

background-color css

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

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

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

border-color css

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

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

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