Html Css Color HEX #888094 Topaz

📋 copy color: '#888094'

red 136 ◦ green 128 ◦ blue 148

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

Shades of Topaz #888094

Tints of Topaz #888094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 33.01%
G = 31.07%
B = 35.92%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888094 (or 0x888094) is known color: Topaz. HEX triplet: 88, 80 and 94. RGB value is (136,128,148). Sum of RGB (Red+Green+Blue) = 136+128+148=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #888094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888094 is #777F6B. Grayscale: #848484. Windows color (decimal): -7831404 or 9732232. OLE color: 9732232.

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

Color convert

RGB 136 128 148 -
CMYK 0.08 0.14 0 0.42
HSL 264º 0.09% 0.54% -
HSV(B) 264º 0.14% 0.58% -
XYZ 23.22 22.81 31.2 -
YUV 132.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 136 128 148 0.08 0.14 0 0.42 264 0.09 0.54
Hex 88 80 94 8 E 0 2A 108 9 36
Octal 210 200 224 10 16 0 52 410 11 66
Binary 10001000 10000000 10010100 1000 1110 0 101010 100001000 1001 110110

Color Harmonies of #888094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888094

Black with #888094

Text Example


Text Example

White with #888094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888094; }

 p { color: rgb(136,128,148); }

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

background-color css

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

 a { background-color: rgb(136,128,148); }

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

border-color css

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

 span { border-color: rgb(136,128,148); }

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