Html Css Color HEX #888191 Topaz

📋 copy color: '#888191'

red 136 ◦ green 129 ◦ blue 145

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

Shades of Topaz #888191

Tints of Topaz #888191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

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

R = 33.17%
G = 31.46%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#888191 (or 0x888191) is known color: Topaz. HEX triplet: 88, 81 and 91. RGB value is (136,129,145). Sum of RGB (Red+Green+Blue) = 136+129+145=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #888191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888191 is #777E6E. Grayscale: #848484. Windows color (decimal): -7831151 or 9535880. OLE color: 9535880.

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

Color convert

RGB 136 129 145 -
CMYK 0.06 0.11 0 0.43
HSL 266.25º 0.07% 0.54% -
HSV(B) 266.25º 0.11% 0.57% -
XYZ 23.11 22.98 30.01 -
YUV 132.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 136 129 145 0.06 0.11 0 0.43 266.25 0.07 0.54
Hex 88 81 91 6 B 0 2B 10A 7 36
Octal 210 201 221 6 13 0 53 412 7 66
Binary 10001000 10000001 10010001 110 1011 0 101011 100001010 111 110110

Color Harmonies of #888191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888191

Black with #888191

Text Example


Text Example

White with #888191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888191; }

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

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

background-color css

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

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

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

border-color css

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

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

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