Html Css Color HEX #84748F Topaz

📋 copy color: '#84748F'

red 132 ◦ green 116 ◦ blue 143

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

Shades of Topaz #84748F

Tints of Topaz #84748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 33.76%
G = 29.67%
B = 36.57%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84748F (or 0x84748F) is known color: Topaz. HEX triplet: 84, 74 and 8F. RGB value is (132,116,143). Sum of RGB (Red+Green+Blue) = 132+116+143=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 143 - color contains mainly: blue. Hex color #84748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748F is #7B8B70. Grayscale: #7B7B7B. Windows color (decimal): -8096625 or 9401476. OLE color: 9401476.

HSL color Cylindrical-coordinate representation of color #84748F: hue angle of 275.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84748F is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 116 143 -
CMYK 0.08 0.19 0 0.44
HSL 275.56º 0.11% 0.51% -
HSV(B) 275.56º 0.19% 0.56% -
XYZ 20.72 19.38 28.64 -
YUV 123.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 132 116 143 0.08 0.19 0 0.44 275.56 0.11 0.51
Hex 84 74 8F 8 13 0 2C 114 B 33
Octal 204 164 217 10 23 0 54 424 13 63
Binary 10000100 1110100 10001111 1000 10011 0 101100 100010100 1011 110011

Color Harmonies of #84748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84748F

Black with #84748F

Text Example


Text Example

White with #84748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84748F; }

 p { color: rgb(132,116,143); }

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

background-color css

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

 a { background-color: rgb(132,116,143); }

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

border-color css

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

 span { border-color: rgb(132,116,143); }

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