Html Css Color HEX #848289 Topaz

📋 copy color: '#848289'

red 132 ◦ green 130 ◦ blue 137

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

Shades of Topaz #848289

Tints of Topaz #848289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

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

R = 33.08%
G = 32.58%
B = 34.34%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#848289 (or 0x848289) is known color: Topaz. HEX triplet: 84, 82 and 89. RGB value is (132,130,137). Sum of RGB (Red+Green+Blue) = 132+130+137=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 130 (51.17% from 255 or 32.58% 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 #848289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848289 is #7B7D76. Grayscale: #838383. Windows color (decimal): -8093047 or 9011844. OLE color: 9011844.

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

Color convert

RGB 132 130 137 -
CMYK 0.04 0.05 0 0.46
HSL 257.14º 0.03% 0.52% -
HSV(B) 257.14º 0.05% 0.54% -
XYZ 22.01 22.68 26.88 -
YUV 131.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 132 130 137 0.04 0.05 0 0.46 257.14 0.03 0.52
Hex 84 82 89 4 5 0 2E 101 3 34
Octal 204 202 211 4 5 0 56 401 3 64
Binary 10000100 10000010 10001001 100 101 0 101110 100000001 11 110100

Color Harmonies of #848289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848289

Black with #848289

Text Example


Text Example

White with #848289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848289; }

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

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

background-color css

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

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

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

border-color css

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

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

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