Html Css Color HEX #84838B Topaz

📋 copy color: '#84838B'

red 132 ◦ green 131 ◦ blue 139

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

Shades of Topaz #84838B

Tints of Topaz #84838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 32.84%
G = 32.59%
B = 34.58%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84838B (or 0x84838B) is known color: Topaz. HEX triplet: 84, 83 and 8B. RGB value is (132,131,139). Sum of RGB (Red+Green+Blue) = 132+131+139=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 139 - color contains mainly: blue. Hex color #84838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84838B is #7B7C74. Grayscale: #848484. Windows color (decimal): -8092789 or 9143172. OLE color: 9143172.

HSL color Cylindrical-coordinate representation of color #84838B: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84838B is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 131 139 -
CMYK 0.05 0.06 0 0.45
HSL 247.5º 0.03% 0.53% -
HSV(B) 247.5º 0.06% 0.55% -
XYZ 22.29 23 27.69 -
YUV 132.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 132 131 139 0.05 0.06 0 0.45 247.5 0.03 0.53
Hex 84 83 8B 5 6 0 2D F8 3 35
Octal 204 203 213 5 6 0 55 370 3 65
Binary 10000100 10000011 10001011 101 110 0 101101 11111000 11 110101

Color Harmonies of #84838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84838B

Black with #84838B

Text Example


Text Example

White with #84838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84838B; }

 p { color: rgb(132,131,139); }

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

background-color css

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

 a { background-color: rgb(132,131,139); }

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

border-color css

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

 span { border-color: rgb(132,131,139); }

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