Html Css Color HEX #84748C Topaz

📋 copy color: '#84748C'

red 132 ◦ green 116 ◦ blue 140

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

Shades of Topaz #84748C

Tints of Topaz #84748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 34.02%
G = 29.9%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84748C (or 0x84748C) is known color: Topaz. HEX triplet: 84, 74 and 8C. RGB value is (132,116,140). Sum of RGB (Red+Green+Blue) = 132+116+140=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #84748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748C is #7B8B73. Grayscale: #7B7B7B. Windows color (decimal): -8096628 or 9204868. OLE color: 9204868.

HSL color Cylindrical-coordinate representation of color #84748C: hue angle of 280º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84748C is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 116 140 -
CMYK 0.06 0.17 0 0.45
HSL 280º 0.09% 0.5% -
HSV(B) 280º 0.17% 0.55% -
XYZ 20.49 19.29 27.45 -
YUV 123.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 132 116 140 0.06 0.17 0 0.45 280 0.09 0.5
Hex 84 74 8C 6 11 0 2D 118 9 32
Octal 204 164 214 6 21 0 55 430 11 62
Binary 10000100 1110100 10001100 110 10001 0 101101 100011000 1001 110010

Color Harmonies of #84748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84748C

Black with #84748C

Text Example


Text Example

White with #84748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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