Html Css Color HEX #84778E Topaz

📋 copy color: '#84778E'

red 132 ◦ green 119 ◦ blue 142

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

Shades of Topaz #84778E

Tints of Topaz #84778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 33.59%
G = 30.28%
B = 36.13%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#84778E (or 0x84778E) is known color: Topaz. HEX triplet: 84, 77 and 8E. RGB value is (132,119,142). Sum of RGB (Red+Green+Blue) = 132+119+142=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #84778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84778E is #7B8871. Grayscale: #7D7D7D. Windows color (decimal): -8095858 or 9336708. OLE color: 9336708.

HSL color Cylindrical-coordinate representation of color #84778E: hue angle of 273.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84778E is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 119 142 -
CMYK 0.07 0.16 0 0.44
HSL 273.91º 0.09% 0.51% -
HSV(B) 273.91º 0.16% 0.56% -
XYZ 21 20.05 28.36 -
YUV 125.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 132 119 142 0.07 0.16 0 0.44 273.91 0.09 0.51
Hex 84 77 8E 7 10 0 2C 112 9 33
Octal 204 167 216 7 20 0 54 422 11 63
Binary 10000100 1110111 10001110 111 10000 0 101100 100010010 1001 110011

Color Harmonies of #84778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84778E

Black with #84778E

Text Example


Text Example

White with #84778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84778E; }

 p { color: rgb(132,119,142); }

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

background-color css

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

 a { background-color: rgb(132,119,142); }

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

border-color css

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

 span { border-color: rgb(132,119,142); }

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