Html Css Color HEX #848091 Topaz

📋 copy color: '#848091'

red 132 ◦ green 128 ◦ blue 145

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

Shades of Topaz #848091

Tints of Topaz #848091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 32.59%
G = 31.6%
B = 35.8%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848091 (or 0x848091) is known color: Topaz. HEX triplet: 84, 80 and 91. RGB value is (132,128,145). Sum of RGB (Red+Green+Blue) = 132+128+145=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #848091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848091 is #7B7F6E. Grayscale: #838383. Windows color (decimal): -8093551 or 9535620. OLE color: 9535620.

HSL color Cylindrical-coordinate representation of color #848091: hue angle of 254.12º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848091 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 128 145 -
CMYK 0.09 0.12 0 0.43
HSL 254.12º 0.07% 0.54% -
HSV(B) 254.12º 0.12% 0.57% -
XYZ 22.35 22.39 29.93 -
YUV 131.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 132 128 145 0.09 0.12 0 0.43 254.12 0.07 0.54
Hex 84 80 91 9 C 0 2B FE 7 36
Octal 204 200 221 11 14 0 53 376 7 66
Binary 10000100 10000000 10010001 1001 1100 0 101011 11111110 111 110110

Color Harmonies of #848091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848091

Black with #848091

Text Example


Text Example

White with #848091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848091; }

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

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

background-color css

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

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

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

border-color css

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

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

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