Html Css Color HEX #84768B Topaz

📋 copy color: '#84768B'

red 132 ◦ green 118 ◦ blue 139

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

Shades of Topaz #84768B

Tints of Topaz #84768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 33.93%
G = 30.33%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84768B (or 0x84768B) is known color: Topaz. HEX triplet: 84, 76 and 8B. RGB value is (132,118,139). Sum of RGB (Red+Green+Blue) = 132+118+139=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #84768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84768B is #7B8974. Grayscale: #7C7C7C. Windows color (decimal): -8096117 or 9139844. OLE color: 9139844.

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

Color convert

RGB 132 118 139 -
CMYK 0.05 0.15 0 0.45
HSL 280º 0.08% 0.5% -
HSV(B) 280º 0.15% 0.55% -
XYZ 20.65 19.73 27.15 -
YUV 124.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 132 118 139 0.05 0.15 0 0.45 280 0.08 0.5
Hex 84 76 8B 5 F 0 2D 118 8 32
Octal 204 166 213 5 17 0 55 430 10 62
Binary 10000100 1110110 10001011 101 1111 0 101101 100011000 1000 110010

Color Harmonies of #84768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84768B

Black with #84768B

Text Example


Text Example

White with #84768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84768B; }

 p { color: rgb(132,118,139); }

 H1.HeaderClassName
 {
   color: #84768B;
 }
 .AnyTagClassName
 {
   color: #84768B;
 }
</style>

background-color css

<style>
 a { background-color: #84768B; }

 a { background-color: rgb(132,118,139); }

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

border-color css

<style>
 span { border-color: #84768B; }

 span { border-color: rgb(132,118,139); }

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