Html Css Color HEX #868088 Topaz

📋 copy color: '#868088'

red 134 ◦ green 128 ◦ blue 136

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

Shades of Topaz #868088

Tints of Topaz #868088

RGB

 RED value IS 134 (52.73% from 255) = 33.67%

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 33.67%
G = 32.16%
B = 34.17%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#868088 (or 0x868088) is known color: Topaz. HEX triplet: 86, 80 and 88. RGB value is (134,128,136). Sum of RGB (Red+Green+Blue) = 134+128+136=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: blue. Hex color #868088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868088 is #797F77. Grayscale: #828282. Windows color (decimal): -7962488 or 8945798. OLE color: 8945798.

HSL color Cylindrical-coordinate representation of color #868088: hue angle of 285º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #868088 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 136 -
CMYK 0.01 0.06 0 0.47
HSL 285º 0.03% 0.52% -
HSV(B) 285º 0.06% 0.53% -
XYZ 21.99 22.28 26.43 -
YUV 130.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 134 128 136 0.01 0.06 0 0.47 285 0.03 0.52
Hex 86 80 88 1 6 0 2F 11D 3 34
Octal 206 200 210 1 6 0 57 435 3 64
Binary 10000110 10000000 10001000 1 110 0 101111 100011101 11 110100

Color Harmonies of #868088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868088

Black with #868088

Text Example


Text Example

White with #868088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868088; }

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

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

background-color css

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

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

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

border-color css

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

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

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