Html Css Color HEX #84758F Topaz

📋 copy color: '#84758F'

red 132 ◦ green 117 ◦ blue 143

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

Shades of Topaz #84758F

Tints of Topaz #84758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 33.67%
G = 29.85%
B = 36.48%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84758F (or 0x84758F) is known color: Topaz. HEX triplet: 84, 75 and 8F. RGB value is (132,117,143). Sum of RGB (Red+Green+Blue) = 132+117+143=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 143 - color contains mainly: blue. Hex color #84758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84758F is #7B8A70. Grayscale: #7C7C7C. Windows color (decimal): -8096369 or 9401732. OLE color: 9401732.

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

Color convert

RGB 132 117 143 -
CMYK 0.08 0.18 0 0.44
HSL 274.62º 0.1% 0.51% -
HSV(B) 274.62º 0.18% 0.56% -
XYZ 20.83 19.61 28.67 -
YUV 124.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 132 117 143 0.08 0.18 0 0.44 274.62 0.1 0.51
Hex 84 75 8F 8 12 0 2C 113 A 33
Octal 204 165 217 10 22 0 54 423 12 63
Binary 10000100 1110101 10001111 1000 10010 0 101100 100010011 1010 110011

Color Harmonies of #84758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84758F

Black with #84758F

Text Example


Text Example

White with #84758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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