Html Css Color HEX #888092 Topaz

📋 copy color: '#888092'

red 136 ◦ green 128 ◦ blue 146

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

Shades of Topaz #888092

Tints of Topaz #888092

RGB

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

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

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

R = 33.17%
G = 31.22%
B = 35.61%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#888092 (or 0x888092) is known color: Topaz. HEX triplet: 88, 80 and 92. RGB value is (136,128,146). Sum of RGB (Red+Green+Blue) = 136+128+146=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 146 - color contains mainly: blue. Hex color #888092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888092 is #777F6D. Grayscale: #848484. Windows color (decimal): -7831406 or 9601160. OLE color: 9601160.

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

Color convert

RGB 136 128 146 -
CMYK 0.07 0.12 0 0.43
HSL 266.67º 0.08% 0.54% -
HSV(B) 266.67º 0.12% 0.57% -
XYZ 23.06 22.75 30.37 -
YUV 132.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 136 128 146 0.07 0.12 0 0.43 266.67 0.08 0.54
Hex 88 80 92 7 C 0 2B 10B 8 36
Octal 210 200 222 7 14 0 53 413 10 66
Binary 10001000 10000000 10010010 111 1100 0 101011 100001011 1000 110110

Color Harmonies of #888092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888092

Black with #888092

Text Example


Text Example

White with #888092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888092; }

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

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

background-color css

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

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

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

border-color css

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

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

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