Html Css Color HEX #888392 Topaz

📋 copy color: '#888392'

red 136 ◦ green 131 ◦ blue 146

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

Shades of Topaz #888392

Tints of Topaz #888392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 32.93%
G = 31.72%
B = 35.35%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#888392 (or 0x888392) is known color: Topaz. HEX triplet: 88, 83 and 92. RGB value is (136,131,146). Sum of RGB (Red+Green+Blue) = 136+131+146=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #888392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888392 is #777C6D. Grayscale: #868686. Windows color (decimal): -7830638 or 9601928. OLE color: 9601928.

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

Color convert

RGB 136 131 146 -
CMYK 0.07 0.10 0 0.43
HSL 260º 0.06% 0.54% -
HSV(B) 260º 0.1% 0.57% -
XYZ 23.46 23.54 30.5 -
YUV 134.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 136 131 146 0.07 0.10 0 0.43 260 0.06 0.54
Hex 88 83 92 7 A 0 2B 104 6 36
Octal 210 203 222 7 12 0 53 404 6 66
Binary 10001000 10000011 10010010 111 1010 0 101011 100000100 110 110110

Color Harmonies of #888392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888392

Black with #888392

Text Example


Text Example

White with #888392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888392; }

 p { color: rgb(136,131,146); }

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

background-color css

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

 a { background-color: rgb(136,131,146); }

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

border-color css

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

 span { border-color: rgb(136,131,146); }

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