Html Css Color HEX #8A888C Topaz

📋 copy color: '#8A888C'

red 138 ◦ green 136 ◦ blue 140

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

Shades of Topaz #8A888C

Tints of Topaz #8A888C

RGB

 RED value IS 138 (54.3% from 255) = 33.33%

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 140 (55.08% from 255) = 33.82%

R = 33.33%
G = 32.85%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A888C (or 0x8A888C) is known color: Topaz. HEX triplet: 8A, 88 and 8C. RGB value is (138,136,140). Sum of RGB (Red+Green+Blue) = 138+136+140=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A888C is #757773. Grayscale: #898989. Windows color (decimal): -7698292 or 9209994. OLE color: 9209994.

HSL color Cylindrical-coordinate representation of color #8A888C: hue angle of 270º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8A888C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 136 140 -
CMYK 0.01 0.03 0 0.45
HSL 270º 0.02% 0.54% -
HSV(B) 270º 0.03% 0.55% -
XYZ 24.02 24.91 28.35 -
YUV 137.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 138 136 140 0.01 0.03 0 0.45 270 0.02 0.54
Hex 8A 88 8C 1 3 0 2D 10E 2 36
Octal 212 210 214 1 3 0 55 416 2 66
Binary 10001010 10001000 10001100 1 11 0 101101 100001110 10 110110

Color Harmonies of #8A888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A888C

Black with #8A888C

Text Example


Text Example

White with #8A888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A888C; }

 p { color: rgb(138,136,140); }

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

background-color css

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

 a { background-color: rgb(138,136,140); }

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

border-color css

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

 span { border-color: rgb(138,136,140); }

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