Html Css Color HEX #848191 Topaz

📋 copy color: '#848191'

red 132 ◦ green 129 ◦ blue 145

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

Shades of Topaz #848191

Tints of Topaz #848191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

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

R = 32.51%
G = 31.77%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848191 (or 0x848191) is known color: Topaz. HEX triplet: 84, 81 and 91. RGB value is (132,129,145). Sum of RGB (Red+Green+Blue) = 132+129+145=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: blue. Hex color #848191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848191 is #7B7E6E. Grayscale: #838383. Windows color (decimal): -8093295 or 9535876. OLE color: 9535876.

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

Color convert

RGB 132 129 145 -
CMYK 0.09 0.11 0 0.43
HSL 251.25º 0.07% 0.54% -
HSV(B) 251.25º 0.11% 0.57% -
XYZ 22.48 22.65 29.98 -
YUV 131.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 132 129 145 0.09 0.11 0 0.43 251.25 0.07 0.54
Hex 84 81 91 9 B 0 2B FB 7 36
Octal 204 201 221 11 13 0 53 373 7 66
Binary 10000100 10000001 10010001 1001 1011 0 101011 11111011 111 110110

Color Harmonies of #848191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848191

Black with #848191

Text Example


Text Example

White with #848191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848191; }

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

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

background-color css

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

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

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

border-color css

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

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

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