Html Css Color HEX #888395 Topaz

📋 copy color: '#888395'

red 136 ◦ green 131 ◦ blue 149

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

Shades of Topaz #888395

Tints of Topaz #888395

RGB

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

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

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

R = 32.69%
G = 31.49%
B = 35.82%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888395 (or 0x888395) is known color: Topaz. HEX triplet: 88, 83 and 95. RGB value is (136,131,149). Sum of RGB (Red+Green+Blue) = 136+131+149=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #888395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888395 is #777C6A. Grayscale: #868686. Windows color (decimal): -7830635 or 9798536. OLE color: 9798536.

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

Color convert

RGB 136 131 149 -
CMYK 0.09 0.12 0 0.42
HSL 256.67º 0.08% 0.55% -
HSV(B) 256.67º 0.12% 0.58% -
XYZ 23.69 23.64 31.75 -
YUV 134.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 136 131 149 0.09 0.12 0 0.42 256.67 0.08 0.55
Hex 88 83 95 9 C 0 2A 101 8 37
Octal 210 203 225 11 14 0 52 401 10 67
Binary 10001000 10000011 10010101 1001 1100 0 101010 100000001 1000 110111

Color Harmonies of #888395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888395

Black with #888395

Text Example


Text Example

White with #888395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888395; }

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

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

background-color css

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

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

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

border-color css

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

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

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