Html Css Color HEX #84788A Topaz

📋 copy color: '#84788A'

red 132 ◦ green 120 ◦ blue 138

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

Shades of Topaz #84788A

Tints of Topaz #84788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 33.85%
G = 30.77%
B = 35.38%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84788A (or 0x84788A) is known color: Topaz. HEX triplet: 84, 78 and 8A. RGB value is (132,120,138). Sum of RGB (Red+Green+Blue) = 132+120+138=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #84788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84788A is #7B8775. Grayscale: #7D7D7D. Windows color (decimal): -8095606 or 9074820. OLE color: 9074820.

HSL color Cylindrical-coordinate representation of color #84788A: hue angle of 280º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84788A is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 120 138 -
CMYK 0.04 0.13 0 0.46
HSL 280º 0.07% 0.51% -
HSV(B) 280º 0.13% 0.54% -
XYZ 20.82 20.17 26.84 -
YUV 125.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 132 120 138 0.04 0.13 0 0.46 280 0.07 0.51
Hex 84 78 8A 4 D 0 2E 118 7 33
Octal 204 170 212 4 15 0 56 430 7 63
Binary 10000100 1111000 10001010 100 1101 0 101110 100011000 111 110011

Color Harmonies of #84788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84788A

Black with #84788A

Text Example


Text Example

White with #84788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84788A; }

 p { color: rgb(132,120,138); }

 H1.HeaderClassName
 {
   color: #84788A;
 }
 .AnyTagClassName
 {
   color: #84788A;
 }
</style>

background-color css

<style>
 a { background-color: #84788A; }

 a { background-color: rgb(132,120,138); }

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

border-color css

<style>
 span { border-color: #84788A; }

 span { border-color: rgb(132,120,138); }

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