Html Css Color HEX #848089 Topaz

📋 copy color: '#848089'

red 132 ◦ green 128 ◦ blue 137

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

Shades of Topaz #848089

Tints of Topaz #848089

RGB

 RED value IS 132 (51.95% from 255) = 33.25%

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

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

R = 33.25%
G = 32.24%
B = 34.51%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#848089 (or 0x848089) is known color: Topaz. HEX triplet: 84, 80 and 89. RGB value is (132,128,137). Sum of RGB (Red+Green+Blue) = 132+128+137=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #848089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848089 is #7B7F76. Grayscale: #828282. Windows color (decimal): -8093559 or 9011332. OLE color: 9011332.

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

Color convert

RGB 132 128 137 -
CMYK 0.04 0.07 0 0.46
HSL 266.67º 0.04% 0.52% -
HSV(B) 266.67º 0.07% 0.54% -
XYZ 21.75 22.15 26.8 -
YUV 130.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 132 128 137 0.04 0.07 0 0.46 266.67 0.04 0.52
Hex 84 80 89 4 7 0 2E 10B 4 34
Octal 204 200 211 4 7 0 56 413 4 64
Binary 10000100 10000000 10001001 100 111 0 101110 100001011 100 110100

Color Harmonies of #848089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848089

Black with #848089

Text Example


Text Example

White with #848089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848089; }

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

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

background-color css

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

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

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

border-color css

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

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

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