Html Css Color HEX #868089 Topaz

📋 copy color: '#868089'

red 134 ◦ green 128 ◦ blue 137

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

Shades of Topaz #868089

Tints of Topaz #868089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 33.58%
G = 32.08%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#868089 (or 0x868089) is known color: Topaz. HEX triplet: 86, 80 and 89. RGB value is (134,128,137). Sum of RGB (Red+Green+Blue) = 134+128+137=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 137 - color contains mainly: blue. Hex color #868089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868089 is #797F76. Grayscale: #828282. Windows color (decimal): -7962487 or 9011334. OLE color: 9011334.

HSL color Cylindrical-coordinate representation of color #868089: hue angle of 280º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #868089 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 128 137 -
CMYK 0.02 0.07 0 0.46
HSL 280º 0.04% 0.52% -
HSV(B) 280º 0.07% 0.54% -
XYZ 22.07 22.31 26.81 -
YUV 130.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 134 128 137 0.02 0.07 0 0.46 280 0.04 0.52
Hex 86 80 89 2 7 0 2E 118 4 34
Octal 206 200 211 2 7 0 56 430 4 64
Binary 10000110 10000000 10001001 10 111 0 101110 100011000 100 110100

Color Harmonies of #868089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868089

Black with #868089

Text Example


Text Example

White with #868089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868089; }

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

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

background-color css

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

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

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

border-color css

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

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

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