Html Css Color HEX #818089 Topaz

📋 copy color: '#818089'

red 129 ◦ green 128 ◦ blue 137

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

Shades of Topaz #818089

Tints of Topaz #818089

RGB

 RED value IS 129 (50.78% from 255) = 32.74%

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

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

R = 32.74%
G = 32.49%
B = 34.77%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#818089 (or 0x818089) is known color: Topaz. HEX triplet: 81, 80 and 89. RGB value is (129,128,137). Sum of RGB (Red+Green+Blue) = 129+128+137=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 137 - color contains mainly: blue. Hex color #818089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818089 is #7E7F76. Grayscale: #818181. Windows color (decimal): -8290167 or 9011329. OLE color: 9011329.

HSL color Cylindrical-coordinate representation of color #818089: hue angle of 246.67º 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 #818089 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 128 137 -
CMYK 0.06 0.07 0 0.46
HSL 246.67º 0.04% 0.52% -
HSV(B) 246.67º 0.07% 0.54% -
XYZ 21.29 21.91 26.77 -
YUV 129.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 129 128 137 0.06 0.07 0 0.46 246.67 0.04 0.52
Hex 81 80 89 6 7 0 2E F7 4 34
Octal 201 200 211 6 7 0 56 367 4 64
Binary 10000001 10000000 10001001 110 111 0 101110 11110111 100 110100

Color Harmonies of #818089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818089

Black with #818089

Text Example


Text Example

White with #818089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818089; }

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

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

background-color css

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

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

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

border-color css

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

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

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