Html Css Color HEX #887491 Topaz

📋 copy color: '#887491'

red 136 ◦ green 116 ◦ blue 145

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

Shades of Topaz #887491

Tints of Topaz #887491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 34.26%
G = 29.22%
B = 36.52%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#887491 (or 0x887491) is known color: Topaz. HEX triplet: 88, 74 and 91. RGB value is (136,116,145). Sum of RGB (Red+Green+Blue) = 136+116+145=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #887491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887491 is #778B6E. Grayscale: #7D7D7D. Windows color (decimal): -7834479 or 9532552. OLE color: 9532552.

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

Color convert

RGB 136 116 145 -
CMYK 0.06 0.2 0 0.43
HSL 281.38º 0.12% 0.51% -
HSV(B) 281.38º 0.2% 0.57% -
XYZ 21.51 19.77 29.47 -
YUV 125.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 136 116 145 0.06 0.2 0 0.43 281.38 0.12 0.51
Hex 88 74 91 6 14 0 2B 119 C 33
Octal 210 164 221 6 24 0 53 431 14 63
Binary 10001000 1110100 10010001 110 10100 0 101011 100011001 1100 110011

Color Harmonies of #887491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887491

Black with #887491

Text Example


Text Example

White with #887491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887491; }

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

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

background-color css

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

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

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

border-color css

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

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

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